mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2025-01-08 14:21:48 +01:00
change appName from 'py-sonic' to 'Kodi'
This commit is contained in:
parent
19d39e4da6
commit
d92a831743
@ -63,7 +63,7 @@ class SubsonicClient(libsonic.Connection):
|
||||
|
||||
# Invoke original constructor
|
||||
super(SubsonicClient, self).__init__(
|
||||
host, username, password, port=port, apiVersion=apiversion, insecure=insecure, legacyAuth=legacyauth)
|
||||
host, username, password, port=port, appName='Kodi', apiVersion=apiversion, insecure=insecure, legacyAuth=legacyauth)
|
||||
|
||||
def getIndexes(self, *args, **kwargs):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user