No sync if updatelist is empty
This commit is contained in:
parent
5e8fd41938
commit
eb1c2cf64c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue