B"H lookup artists - rebase
This commit is contained in:
parent
7f9c685d1d
commit
9ac788b69b
2 changed files with 7 additions and 1 deletions
|
@ -62,7 +62,7 @@ class SubidyLibraryProvider(backend.LibraryProvider):
|
|||
return self.subsonic_api.get_songs_as_tracks(album_id)
|
||||
|
||||
def lookup_artist(self, artist_id):
|
||||
return self.subsonic_api.get_artist_by_id(artist_id)
|
||||
return self.subsonic_api.get_artist_songs_as_tracks(artist_id)
|
||||
|
||||
def browse(self, browse_uri):
|
||||
if browse_uri == uri.get_vdir_uri('root'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue