mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
prevent duplicates
This commit is contained in:
@@ -80,7 +80,7 @@ public class FeedUpdateService {
|
||||
|
||||
if (!foundFeed) {
|
||||
foundEntry.getFeeds().add(feed);
|
||||
entryUpdateList.add(entry);
|
||||
entryUpdateList.add(foundEntry);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user