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,
|
||||
username,
|
||||
password,
|
||||
port=self.port,
|
||||
serverPath=parsed.path + '/rest',
|
||||
legacyAuth=legacy_auth)
|
||||
self.port,
|
||||
parsed.path + '/rest',
|
||||
legacy_auth)
|
||||
self.url = url + '/rest'
|
||||
self.username = username
|
||||
self.password = password
|
||||
|
|
Loading…
Add table
Reference in a new issue