i jus get an error with check log
have disabled autoupdate emby plugin and reverted to previus version, then everything works
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'itemId' is not defined
Traceback (most recent call last):
File "C:\Users\name\AppData\Roaming\Kodi\addons\plugin.video.emby\contextmenu.py", line 165, in <module>
emby.deleteItem(itemId)
File "C:\Users\name\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\read_embyserver.py", line 573, in deleteItem
url = "{server}/emby/Items/%s?format=json" % itemId
NameError: global name 'itemId' is not defined
-->End of Python script error report<--