From 81e6bd7ae00cf02ee38d935146a88992c51025b4 Mon Sep 17 00:00:00 2001 From: gordielachance Date: Tue, 20 Sep 2016 09:11:06 +0200 Subject: [PATCH] camelCase fix --- lib/libsonic_extra/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libsonic_extra/__init__.py b/lib/libsonic_extra/__init__.py index 0d089e7..03d10bd 100644 --- a/lib/libsonic_extra/__init__.py +++ b/lib/libsonic_extra/__init__.py @@ -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