Switch global info to PKC

This commit is contained in:
croneter 2018-10-02 07:46:30 +02:00
parent 1a55301f24
commit 3388765b63

View file

@ -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()),