parent
8e6d94129b
commit
ef8d36c072
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ class ClientInfo():
|
|||
'X-Plex-Product': self.getAddonName(),
|
||||
'X-Plex-Version': self.getVersion(),
|
||||
'X-Plex-Client-Identifier': self.getDeviceId(),
|
||||
'X-Plex-Provides': 'player',
|
||||
'X-Plex-Provides': 'client,controller,player',
|
||||
}
|
||||
|
||||
if window('pms_token'):
|
||||
|
|
|
@ -163,7 +163,7 @@ class jsonClass():
|
|||
"Access-Control-Allow-Origin": "*",
|
||||
"X-Plex-Version": self.settings['version'],
|
||||
"X-Plex-Client-Identifier": self.settings['uuid'],
|
||||
"X-Plex-Provides": "player",
|
||||
"X-Plex-Provides": "client,controller,player",
|
||||
"X-Plex-Product": "PlexKodiConnect",
|
||||
"X-Plex-Device-Name": self.settings['client_name'],
|
||||
"X-Plex-Platform": "Kodi",
|
||||
|
|
Loading…
Reference in a new issue