Save feed failed also when parsing failed
This commit is contained in:
parent
a5ee83f373
commit
71d09e321e
|
@ -284,6 +284,7 @@ public class DownloadService extends Service {
|
||||||
saveDownloadStatus(task.getDownloadStatus());
|
saveDownloadStatus(task.getDownloadStatus());
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
DBWriter.setFeedLastUpdateFailed(request.getFeedfileId(), true);
|
||||||
saveDownloadStatus(task.getDownloadStatus());
|
saveDownloadStatus(task.getDownloadStatus());
|
||||||
}
|
}
|
||||||
} else if (type == FeedMedia.FEEDFILETYPE_FEEDMEDIA) {
|
} else if (type == FeedMedia.FEEDFILETYPE_FEEDMEDIA) {
|
||||||
|
|
Loading…
Reference in New Issue