legacyAuth cannot be a keyword argument.

This commit is contained in:
Frederick 2017-02-27 07:46:48 +01:00
parent 647bcaeccc
commit 9af3ce8637

View file

@ -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