Revert "Deactivate fast sync for now"

This reverts commit fd8d6007db.
This commit is contained in:
tomkat83 2016-02-04 13:28:24 +01:00
parent 332885a5a4
commit 0578020cb9

View file

@ -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