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'),
|
||||
'clientIdentifier': CLIENT_ID,
|
||||
'platformVersion': xbmc.getInfoLabel('System.BuildVersion'),
|
||||
'product': 'Plex for Kodi',
|
||||
'provides': 'player',
|
||||
'product': 'PlexKodiConnect',
|
||||
'provides': 'client,controller,player,pubsub-player',
|
||||
'device': util.getPlatform() or plexapp.PLATFORM,
|
||||
'model': 'Unknown',
|
||||
'friendlyName': 'Kodi Add-on ({0})'.format(platform.node()),
|
||||
|
|
Loading…
Reference in a new issue