store last entry date

This commit is contained in:
Athou
2013-06-10 13:24:31 +02:00
parent 6b99489fcb
commit 2df2bae826

View File

@@ -105,6 +105,7 @@ public class FeedRefreshWorker {
.getLastPublishedDate());
feed.setAverageEntryInterval(fetchedFeed.getFeed()
.getAverageEntryInterval());
feed.setLastEntryDate(fetchedFeed.getFeed().getLastEntryDate());
feed.setErrorCount(0);
feed.setMessage(null);