Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into legacy_auth
This commit is contained in:
commit
2147bf0960
3 changed files with 35 additions and 4 deletions
|
@ -224,7 +224,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
Add a link
Reference in a new issue