mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-02-07 21:46:26 +00:00
Fix typo in manual sync
This commit is contained in:
parent
6b00eb466e
commit
4df6bb68d3
@ -1375,10 +1375,10 @@ class ManualSync(LibrarySync):
|
||||
# Only update if songs is not in Kodi or checksum is different
|
||||
updatelist.append(itemid)
|
||||
|
||||
self.logMsg("%s to update: %s" % (type, updatelist), 1)
|
||||
embyitems = emby.getFullItems(updatelist)
|
||||
total = len(updatelist)
|
||||
del updatelist[:]
|
||||
self.logMsg("%s to update: %s" % (type, updatelist), 1)
|
||||
embyitems = emby.getFullItems(updatelist)
|
||||
total = len(updatelist)
|
||||
del updatelist[:]
|
||||
|
||||
if pdialog:
|
||||
pdialog.update(heading="Processing %s / %s items" % (type, total))
|
||||
|
Loading…
x
Reference in New Issue
Block a user