Deactivate fast sync for now
This commit is contained in:
parent
69d282fa01
commit
fd8d6007db
1 changed files with 2 additions and 2 deletions
|
@ -1156,8 +1156,8 @@ class LibrarySync(threading.Thread):
|
||||||
self.maintainViews()
|
self.maintainViews()
|
||||||
self.startSync()
|
self.startSync()
|
||||||
# Run fast sync otherwise (ever second or so)
|
# Run fast sync otherwise (ever second or so)
|
||||||
else:
|
# else:
|
||||||
self.startSync()
|
# self.startSync()
|
||||||
|
|
||||||
xbmc.sleep(1000)
|
xbmc.sleep(1000)
|
||||||
count += 1
|
count += 1
|
||||||
|
|
Loading…
Reference in a new issue