mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
and one more...
This commit is contained in:
parent
8fd237a435
commit
1f078194bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue