mirror of
https://github.com/gordielachance/plugin.audio.subsonic
synced 2025-01-23 13:40:18 +01:00
camelCase fix
This commit is contained in:
parent
16e8f4996e
commit
81e6bd7ae0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user