Typos
This commit is contained in:
parent
efb75c8f99
commit
839e937a81
2 changed files with 2 additions and 2 deletions
|
@ -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():
|
||||
|
|
|
@ -125,7 +125,7 @@ class SubscriptionManager:
|
|||
ret += ' subtitleStreamID="-1"'
|
||||
ret += ' audioStreamID="-1"'
|
||||
|
||||
ret += ' />'
|
||||
ret += '/>'
|
||||
return ret
|
||||
|
||||
def updateCommandID(self, uuid, commandID):
|
||||
|
|
Loading…
Reference in a new issue