camelCase fix

This commit is contained in:
gordielachance 2016-09-20 09:11:06 +02:00
parent 16e8f4996e
commit 81e6bd7ae0
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ class SubsonicClient(libsonic.Connection):
while True:
response = self.getAlbumList2(
ltype=ltype, size=size, offset=offset, from_year=fromYear, to_year=to_year, genre=genre)
ltype=ltype, size=size, offset=offset, fromYear=from_year, toYear=to_year, genre=genre)
if not response["albumList2"]["album"]:
break