Fix inital sync leading to fast sync

This commit is contained in:
angelblue05 2018-10-12 00:26:44 -05:00
parent 403e5834e0
commit a6f4a157a8
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ class Library(threading.Thread):
FullSync(self) FullSync(self)
Views().get_nodes() Views().get_nodes()
return True
if settings('SyncInstallRunDone.bool'): if settings('SyncInstallRunDone.bool'):
if settings('kodiCompanion.bool'): if settings('kodiCompanion.bool'):