No sync if updatelist is empty

This commit is contained in:
tomkat83 2016-01-11 17:42:42 +01:00
parent 5e8fd41938
commit eb1c2cf64c

View file

@ -643,6 +643,8 @@ class LibrarySync(threading.Thread):
"""
# Some logging, just in case.
self.logMsg("self.updatelist: %s" % self.updatelist, 2)
if not len(self.updatelist) > 0:
return True
# Run through self.updatelist, get XML metadata per item
# Initiate threads