mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Implemented Top Songs view per artist
This commit is contained in:
@@ -54,7 +54,7 @@ public class ArtistPageViewModel extends AndroidViewModel {
|
||||
}
|
||||
|
||||
public LiveData<List<Song>> getArtistTopSongList() {
|
||||
// songList = songRepository.getArtistListLiveTopSongSample(artist.id);
|
||||
songList = artistRepository.getTopSongs(artist.getName(), 50);
|
||||
return songList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user