commit
4f0e283fee
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class SubsonicApi():
|
|||
uri=uri.get_artist_uri(song.get('artistId')))],
|
||||
album=Album(
|
||||
name=song.get('album'),
|
||||
uri=uri.get_album_uri('albumId')))
|
||||
uri=uri.get_album_uri(song.get('albumId'))))
|
||||
|
||||
def raw_album_to_ref(self, album):
|
||||
if album is None:
|
||||
|
|
Loading…
Add table
Reference in a new issue