mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 00:41:30 +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 (ctr > global_unread) {
|
||||
if (ctr != global_unread) {
|
||||
offlineDownloadStart();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user