mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-02 12:07:17 +01:00
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());
|
||||
}
|
||||
} else {
|
||||
DBWriter.setFeedLastUpdateFailed(request.getFeedfileId(), true);
|
||||
saveDownloadStatus(task.getDownloadStatus());
|
||||
}
|
||||
} else if (type == FeedMedia.FEEDFILETYPE_FEEDMEDIA) {
|
||||
|
Loading…
Reference in New Issue
Block a user