From 4df6bb68d3ebd3793253a997ea92b5f91921f63f Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Thu, 4 Feb 2016 04:06:28 -0600 Subject: [PATCH] Fix typo in manual sync --- resources/lib/librarysync.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index b3ccfc8f..4ea39bdd 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -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))