legacyAuth cannot be a keyword argument.
This commit is contained in:
parent
647bcaeccc
commit
9af3ce8637
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ class SubsonicApi():
|
||||||
base_url,
|
base_url,
|
||||||
username,
|
username,
|
||||||
password,
|
password,
|
||||||
port=self.port,
|
self.port,
|
||||||
serverPath=parsed.path + '/rest',
|
parsed.path + '/rest',
|
||||||
legacyAuth=legacy_auth)
|
legacy_auth)
|
||||||
self.url = url + '/rest'
|
self.url = url + '/rest'
|
||||||
self.username = username
|
self.username = username
|
||||||
self.password = password
|
self.password = password
|
||||||
|
|
Loading…
Add table
Reference in a new issue