mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 18:31:28 +00:00
parse_counters: always try to sync new stuff on global unread change
This commit is contained in:
@@ -459,7 +459,7 @@ function parse_counters(reply, scheduled_call) {
|
|||||||
|
|
||||||
if (id == "global-unread") {
|
if (id == "global-unread") {
|
||||||
|
|
||||||
if (ctr > global_unread) {
|
if (ctr != global_unread) {
|
||||||
offlineDownloadStart();
|
offlineDownloadStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user