mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Implemented Top Songs view per artist
This commit is contained in:
parent
7ad2e1da1d
commit
f321a5520f
6 changed files with 37 additions and 26 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue