mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix next unread bookmarklet for categories
This commit is contained in:
@@ -50,7 +50,7 @@ public class NextUnreadRedirectPage extends WebPage {
|
|||||||
List<FeedCategory> children = feedCategoryDAO
|
List<FeedCategory> children = feedCategoryDAO
|
||||||
.findAllChildrenCategories(user, category);
|
.findAllChildrenCategories(user, category);
|
||||||
statuses = feedEntryStatusDAO.findUnreadByCategories(children,
|
statuses = feedEntryStatusDAO.findUnreadByCategories(children,
|
||||||
null, 0, 1, ReadingOrder.desc, false);
|
null, 0, 1, ReadingOrder.desc, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user