This commit is contained in:
angelblue05 2016-06-21 15:26:42 -05:00
parent b44dfd73c5
commit 03a1557eaf
1 changed files with 1 additions and 1 deletions

View File

@ -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")