mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
parse_counters: skip subscribed-feeds id properly
This commit is contained in:
@@ -310,10 +310,10 @@ function parse_counters(elems) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if (id == "subscribed-feeds") {
|
if (id == "subscribed-feeds") {
|
||||||
feeds_found = ctr;
|
/* feeds_found = ctr; */
|
||||||
continue;
|
continue;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
/*if (getFeedUnread(id, (kind == "cat")) != ctr ||
|
/*if (getFeedUnread(id, (kind == "cat")) != ctr ||
|
||||||
(kind == "cat")) {
|
(kind == "cat")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user