Plex Companion: fix for Windows Phone Plex

- Fixes #18
This commit is contained in:
tomkat83 2016-05-08 12:18:20 +02:00
parent 37856edc59
commit 387f63c4b9

View file

@ -123,7 +123,7 @@ class jsonClass():
def getPlexHeaders(self):
h = {
"Content-type": "application/x-www-form-urlencoded",
"Content-type": "text/xml",
"Access-Control-Allow-Origin": "*",
"X-Plex-Version": self.settings['version'],
"X-Plex-Client-Identifier": self.settings['uuid'],