This commit is contained in:
tomkat83 2017-05-06 18:39:38 +02:00
parent efb75c8f99
commit 839e937a81
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ def plex_type(xbmc_type):
def getXMLHeader():
return '<?xml version="1.0" encoding="utf-8" ?>\n'
return '<?xml version="1.0" encoding="UTF-8" ?>\n'
def getOKMsg():

View file

@ -125,7 +125,7 @@ class SubscriptionManager:
ret += ' subtitleStreamID="-1"'
ret += ' audioStreamID="-1"'
ret += ' />'
ret += '/>'
return ret
def updateCommandID(self, uuid, commandID):