Increase size when listing albums by genre
This commit is contained in:
parent
3c38ed32f4
commit
388551bd9b
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ class SubsonicApi:
|
|||
def get_raw_albums_by_genre(self, genre):
|
||||
try:
|
||||
response = self.connection.getAlbumList2(
|
||||
ltype='byGenre', genre=genre
|
||||
ltype='byGenre', size=MAX_LIST_RESULTS, genre=genre,
|
||||
)
|
||||
except Exception:
|
||||
logger.warning(
|
||||
|
|
Loading…
Add table
Reference in a new issue