Merge pull request #8 from hhm0/legacy_auth

py-sonic minimum version to support legacy auth
This commit is contained in:
Frederick Gnodtke 2017-03-04 21:32:55 +01:00 committed by GitHub
commit 974db2bf1d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -24,7 +24,7 @@ setup(
install_requires=[
'setuptools',
'Mopidy >= 2.0',
'py-sonic',
'py-sonic >= 0.6.1',
'Pykka >= 1.1'
],
entry_points={