mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
Fix typo
This commit is contained in:
parent
491fa4de3e
commit
6a329bb594
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public class SongListPageViewModel extends AndroidViewModel {
|
|||
// songList = songRepository.getListLiveRecentlyAddedSampleSong(100);
|
||||
break;
|
||||
case Song.BY_GENRE:
|
||||
songList = songList = songRepository.getSongsByGenre(genre.getId());
|
||||
songList = songRepository.getSongsByGenre(genre.getId());
|
||||
break;
|
||||
case Song.BY_ARTIST:
|
||||
songList = artistRepository.getTopSongs(artist.getName(), 50);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue