Switch global info to PKC
This commit is contained in:
parent
1a55301f24
commit
3388765b63
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ class PlexInterface(plexapp.AppInterface):
|
||||||
'appVersionStr': util.ADDON.getAddonInfo('version'),
|
'appVersionStr': util.ADDON.getAddonInfo('version'),
|
||||||
'clientIdentifier': CLIENT_ID,
|
'clientIdentifier': CLIENT_ID,
|
||||||
'platformVersion': xbmc.getInfoLabel('System.BuildVersion'),
|
'platformVersion': xbmc.getInfoLabel('System.BuildVersion'),
|
||||||
'product': 'Plex for Kodi',
|
'product': 'PlexKodiConnect',
|
||||||
'provides': 'player',
|
'provides': 'client,controller,player,pubsub-player',
|
||||||
'device': util.getPlatform() or plexapp.PLATFORM,
|
'device': util.getPlatform() or plexapp.PLATFORM,
|
||||||
'model': 'Unknown',
|
'model': 'Unknown',
|
||||||
'friendlyName': 'Kodi Add-on ({0})'.format(platform.node()),
|
'friendlyName': 'Kodi Add-on ({0})'.format(platform.node()),
|
||||||
|
|
Loading…
Reference in a new issue