Fix legacy auth

This commit is contained in:
Frederick 2017-02-27 07:43:03 +01:00
parent 5d8c989c37
commit 647bcaeccc

View file

@ -25,8 +25,8 @@ class SubsonicApi():
base_url,
username,
password,
self.port,
parsed.path + '/rest',
port=self.port,
serverPath=parsed.path + '/rest',
legacyAuth=legacy_auth)
self.url = url + '/rest'
self.username = username