and one more...

This commit is contained in:
Marcel van der Veldt 2015-03-16 22:46:16 +01:00
parent 8fd237a435
commit 1f078194bd
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ class LibrarySync():
xbmc.executeJSONRPC(jsoncommand_i %(id, propertyName, propertyValue)) xbmc.executeJSONRPC(jsoncommand_i %(id, propertyName, propertyValue))
else: else:
xbmc.sleep(sleepVal) 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'))) xbmc.executeJSONRPC(jsoncommand_s %(id, propertyName, propertyValue.encode('utf-8')))
# adds or updates the property-array on the videofile in Kodi database # adds or updates the property-array on the videofile in Kodi database