B"H sort albums of artist
This commit is contained in:
parent
17432857a6
commit
ea98c7e270
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class SubsonicApi():
|
|||
return []
|
||||
albums = response.get('artist').get('album')
|
||||
if albums is not None:
|
||||
return albums
|
||||
return sorted(albums, key=lambda album: string_nums_nocase_sort_key(album['name']))
|
||||
return []
|
||||
|
||||
def get_raw_songs(self, album_id):
|
||||
|
|
Loading…
Add table
Reference in a new issue