forked from Archives/Athou_commafeed
store last entry date
This commit is contained in:
@@ -105,6 +105,7 @@ public class FeedRefreshWorker {
|
|||||||
.getLastPublishedDate());
|
.getLastPublishedDate());
|
||||||
feed.setAverageEntryInterval(fetchedFeed.getFeed()
|
feed.setAverageEntryInterval(fetchedFeed.getFeed()
|
||||||
.getAverageEntryInterval());
|
.getAverageEntryInterval());
|
||||||
|
feed.setLastEntryDate(fetchedFeed.getFeed().getLastEntryDate());
|
||||||
|
|
||||||
feed.setErrorCount(0);
|
feed.setErrorCount(0);
|
||||||
feed.setMessage(null);
|
feed.setMessage(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user