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