Deactivate fast sync for now

This commit is contained in:
tomkat83 2016-02-03 14:51:15 +01:00
parent 69d282fa01
commit fd8d6007db

View file

@ -1156,8 +1156,8 @@ class LibrarySync(threading.Thread):
self.maintainViews()
self.startSync()
# Run fast sync otherwise (ever second or so)
else:
self.startSync()
# else:
# self.startSync()
xbmc.sleep(1000)
count += 1