Nicer friendly name
This commit is contained in:
parent
a58d284108
commit
3971e24b95
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class PlexInterface(plexapp.AppInterface):
|
||||||
'provides': 'client,controller,player,pubsub-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': 'PlexKodiConnect {0}'.format(platform.node()),
|
||||||
'supports1080p60': True,
|
'supports1080p60': True,
|
||||||
'vp9Support': True,
|
'vp9Support': True,
|
||||||
'transcodeVideoQualities': [
|
'transcodeVideoQualities': [
|
||||||
|
|
Loading…
Reference in a new issue