mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2025-01-09 14:44:32 +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
|
# Invoke original constructor
|
||||||
super(SubsonicClient, self).__init__(
|
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):
|
def getIndexes(self, *args, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user