Increased the number of songs in Discovery

This commit is contained in:
CappielloAntonio 2021-04-22 14:51:47 +02:00
parent fc65da4ab3
commit 8e2596fa20

View file

@ -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);