mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 05:09:49 +02:00
Fix wrong if check CHECK_CHAPTERS_BEFORE_START
This commit is contained in:
@@ -58,7 +58,7 @@ public static class Tranga
|
||||
AddWorker(RemoveOldNotificationsWorker);
|
||||
AddWorker(UpdateCoversWorker);
|
||||
|
||||
if(!Constants.UpdateChaptersDownloadedBeforeStarting)
|
||||
if(Constants.UpdateChaptersDownloadedBeforeStarting)
|
||||
AddWorker(UpdateChaptersDownloadedWorker);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user