From 1f078194bdd3a2aeea509644a8eb1960f3aadd82 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Mon, 16 Mar 2015 22:46:16 +0100 Subject: [PATCH] and one more... --- resources/lib/LibrarySync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/LibrarySync.py b/resources/lib/LibrarySync.py index 1abeac61..be2f2104 100644 --- a/resources/lib/LibrarySync.py +++ b/resources/lib/LibrarySync.py @@ -648,7 +648,7 @@ class LibrarySync(): xbmc.executeJSONRPC(jsoncommand_i %(id, propertyName, propertyValue)) else: xbmc.sleep(sleepVal) - utils.logMsg("MB3 Sync","updating property..." + str(propertyName) + ": " + str(propertyValue)) + utils.logMsg("MB3 Sync","updating property..." + str(propertyName) + ": " + propertyValue) xbmc.executeJSONRPC(jsoncommand_s %(id, propertyName, propertyValue.encode('utf-8'))) # adds or updates the property-array on the videofile in Kodi database