Fix legacy auth
This commit is contained in:
parent
5d8c989c37
commit
647bcaeccc
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class SubsonicApi():
|
||||||
base_url,
|
base_url,
|
||||||
username,
|
username,
|
||||||
password,
|
password,
|
||||||
self.port,
|
port=self.port,
|
||||||
parsed.path + '/rest',
|
serverPath=parsed.path + '/rest',
|
||||||
legacyAuth=legacy_auth)
|
legacyAuth=legacy_auth)
|
||||||
self.url = url + '/rest'
|
self.url = url + '/rest'
|
||||||
self.username = username
|
self.username = username
|
||||||
|
|
Loading…
Add table
Reference in a new issue