Automatic feed url detection (let user choose from many)

This commit is contained in:
relikd
2019-01-15 23:46:27 +01:00
parent 55850832d8
commit e4a25a9637
5 changed files with 91 additions and 32 deletions

View File

@@ -115,7 +115,6 @@
newOnes += 1;
if (hasGapBetweenNewArticles && lastInserted) { // gap with at least one article inbetween
lastInserted.unread = NO;
NSLog(@"Ghost item: %@", lastInserted.title);
newOnes -= 1;
}
hasGapBetweenNewArticles = NO;
@@ -125,7 +124,6 @@
}
if (hasGapBetweenNewArticles && lastInserted) {
lastInserted.unread = NO;
NSLog(@"Ghost item: %@", lastInserted.title);
newOnes -= 1;
}
if (newOnes > 0)