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