mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master' into Pre-testing
This commit is contained in:
commit
fae15583fa
1 changed files with 1 additions and 1 deletions
|
@ -570,5 +570,5 @@ class Read_EmbyServer():
|
|||
|
||||
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")
|
Loading…
Reference in a new issue