1
0
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:
Andrew Dolgov
2009-02-15 21:03:26 +03:00
parent 9b8493a7e0
commit d7a1dbbd88

View File

@@ -459,7 +459,7 @@ function parse_counters(reply, scheduled_call) {
if (id == "global-unread") {
if (ctr > global_unread) {
if (ctr != global_unread) {
offlineDownloadStart();
}