mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-05 04:00:59 +02:00
fix on catchup show next for categories
This commit is contained in:
parent
af0845ca9a
commit
c86bf88d98
@ -499,7 +499,7 @@ function catchupFeed(feed, is_cat) {
|
||||
var nuf = getNextUnreadFeed(feed, is_cat);
|
||||
|
||||
if (nuf) {
|
||||
viewfeed(nuf);
|
||||
viewfeed(nuf, '', is_cat);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user