Fix typo in manual sync
This commit is contained in:
parent
6b00eb466e
commit
4df6bb68d3
1 changed files with 4 additions and 4 deletions
|
@ -1375,10 +1375,10 @@ class ManualSync(LibrarySync):
|
||||||
# Only update if songs is not in Kodi or checksum is different
|
# Only update if songs is not in Kodi or checksum is different
|
||||||
updatelist.append(itemid)
|
updatelist.append(itemid)
|
||||||
|
|
||||||
self.logMsg("%s to update: %s" % (type, updatelist), 1)
|
self.logMsg("%s to update: %s" % (type, updatelist), 1)
|
||||||
embyitems = emby.getFullItems(updatelist)
|
embyitems = emby.getFullItems(updatelist)
|
||||||
total = len(updatelist)
|
total = len(updatelist)
|
||||||
del updatelist[:]
|
del updatelist[:]
|
||||||
|
|
||||||
if pdialog:
|
if pdialog:
|
||||||
pdialog.update(heading="Processing %s / %s items" % (type, total))
|
pdialog.update(heading="Processing %s / %s items" % (type, total))
|
||||||
|
|
Loading…
Reference in a new issue