Merge pull request #8 from hhm0/legacy_auth
py-sonic minimum version to support legacy auth
This commit is contained in:
commit
974db2bf1d
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class SubsonicApi():
|
||||||
password,
|
password,
|
||||||
self.port,
|
self.port,
|
||||||
parsed.path + '/rest',
|
parsed.path + '/rest',
|
||||||
legacy_auth)
|
legacyAuth=legacy_auth)
|
||||||
self.url = url + '/rest'
|
self.url = url + '/rest'
|
||||||
self.username = username
|
self.username = username
|
||||||
self.password = password
|
self.password = password
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'setuptools',
|
'setuptools',
|
||||||
'Mopidy >= 2.0',
|
'Mopidy >= 2.0',
|
||||||
'py-sonic',
|
'py-sonic >= 0.6.1',
|
||||||
'Pykka >= 1.1'
|
'Pykka >= 1.1'
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
|
|
Loading…
Add table
Reference in a new issue