From a2e6a362c54caef0ecd5557247f403808f8657eb Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Sun, 31 Jan 2016 23:12:44 -0600 Subject: [PATCH] Adjust for manual sync at start up --- resources/lib/librarysync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index ae1fcd1b..704b8e1a 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -91,7 +91,7 @@ class LibrarySync(threading.Thread): if not completed: # Fast sync failed or server plugin is not found - completed = self.fullSync(manualrun=True) + completed = ManualSync() else: # Install sync is not completed completed = self.fullSync()