mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-20 19:51:09 +00:00
store last entry date
This commit is contained in:
@@ -105,6 +105,7 @@ public class FeedRefreshWorker {
|
||||
.getLastPublishedDate());
|
||||
feed.setAverageEntryInterval(fetchedFeed.getFeed()
|
||||
.getAverageEntryInterval());
|
||||
feed.setLastEntryDate(fetchedFeed.getFeed().getLastEntryDate());
|
||||
|
||||
feed.setErrorCount(0);
|
||||
feed.setMessage(null);
|
||||
|
||||
Reference in New Issue
Block a user