Adjust for manual sync at start up

This commit is contained in:
angelblue05 2016-01-31 23:12:44 -06:00
parent 2b32a2e0c9
commit a2e6a362c5
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class LibrarySync(threading.Thread):
if not completed: if not completed:
# Fast sync failed or server plugin is not found # Fast sync failed or server plugin is not found
completed = self.fullSync(manualrun=True) completed = ManualSync()
else: else:
# Install sync is not completed # Install sync is not completed
completed = self.fullSync() completed = self.fullSync()