forked from Archives/Athou_commafeed
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