mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix typo
This commit is contained in:
parent
b44dfd73c5
commit
03a1557eaf
1 changed files with 1 additions and 1 deletions
|
@ -570,5 +570,5 @@ class Read_EmbyServer():
|
||||||
|
|
||||||
def deleteItem(self, itemid):
|
def deleteItem(self, itemid):
|
||||||
|
|
||||||
url = "{server}/emby/Items/%s?format=json" % itemId
|
url = "{server}/emby/Items/%s?format=json" % itemid
|
||||||
self.doUtils(url, action_type="DELETE")
|
self.doUtils(url, action_type="DELETE")
|
Loading…
Reference in a new issue