mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
offline: tweak syncing
This commit is contained in:
@@ -459,8 +459,8 @@ function parse_counters(reply, scheduled_call) {
|
||||
|
||||
if (id == "global-unread") {
|
||||
|
||||
if (ctr != global_unread) {
|
||||
offlineDownloadStart();
|
||||
if (ctr > global_unread) {
|
||||
offlineDownloadStart(1);
|
||||
}
|
||||
|
||||
global_unread = ctr;
|
||||
|
||||
Reference in New Issue
Block a user