Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into writable_playlists
This commit is contained in:
commit
3f8a3d709e
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ class SubsonicApi():
|
|||
return None
|
||||
return Album(
|
||||
name=album.get('title') or album.get('name') or UNKNOWN_ALBUM,
|
||||
num_tracks=album.get('songCount'),
|
||||
uri=uri.get_album_uri(album.get('id')),
|
||||
artists=[Artist(
|
||||
name=album.get('artist'),
|
||||
|
|
Loading…
Add table
Reference in a new issue