From: Andrew Dolgov Date: Sun, 15 Feb 2009 18:03:26 +0000 (+0300) Subject: parse_counters: always try to sync new stuff on global unread change X-Git-Tag: 1.3.1~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d7a1dbbd880fdfd9339d8fe3901d65a189701819;p=tt-rss.git parse_counters: always try to sync new stuff on global unread change --- diff --git a/functions.js b/functions.js index 6c14d278..a8cac9a4 100644 --- a/functions.js +++ b/functions.js @@ -459,7 +459,7 @@ function parse_counters(reply, scheduled_call) { if (id == "global-unread") { - if (ctr > global_unread) { + if (ctr != global_unread) { offlineDownloadStart(); }