mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Adjust for manual sync at start up
This commit is contained in:
parent
2b32a2e0c9
commit
a2e6a362c5
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue