mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Save media when marking all items as "read"
The unreadItems list contains items that are "in progress", so we need to save the media.
This commit is contained in:
@ -435,6 +435,8 @@ public class FeedManager {
|
||||
adapter.open();
|
||||
for (FeedItem item : unreadItemsCopy) {
|
||||
setFeedItem(item, adapter);
|
||||
if (item.hasMedia())
|
||||
setFeedMedia(context, item.getMedia());
|
||||
}
|
||||
adapter.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user