mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Increased the number of songs in Discovery
This commit is contained in:
parent
fc65da4ab3
commit
8e2596fa20
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ public class HomeViewModel extends AndroidViewModel {
|
|||
|
||||
songRepository = new SongRepository(application);
|
||||
|
||||
dicoverSongSample = songRepository.getRandomSample(5);
|
||||
dicoverSongSample = songRepository.getRandomSample(10);
|
||||
recentlyPlayedSongSample = songRepository.getListLiveRecentlyPlayedSampleSong(20);
|
||||
recentlyAddedSongSample = songRepository.getListLiveRecentlyAddedSampleSong(20);
|
||||
mostPlayedSongSample = songRepository.getListLiveMostPlayedSampleSong(20);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue