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,
|
||||
self.port,
|
||||
parsed.path + '/rest',
|
||||
legacy_auth)
|
||||
legacyAuth=legacy_auth)
|
||||
self.url = url + '/rest'
|
||||
self.username = username
|
||||
self.password = password
|
||||
|
|
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
|||
install_requires=[
|
||||
'setuptools',
|
||||
'Mopidy >= 2.0',
|
||||
'py-sonic',
|
||||
'py-sonic >= 0.6.1',
|
||||
'Pykka >= 1.1'
|
||||
],
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Reference in a new issue