mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
Increased the number of songs available in discovery
This commit is contained in:
@@ -38,7 +38,7 @@ public class HomeViewModel extends AndroidViewModel {
|
||||
|
||||
public List<Song> getDiscoverSongList() {
|
||||
if(dicoverSongSample.isEmpty()) {
|
||||
dicoverSongSample = songRepository.getRandomSample(5);
|
||||
dicoverSongSample = songRepository.getRandomSample(10);
|
||||
}
|
||||
|
||||
return dicoverSongSample;
|
||||
|
||||
Reference in New Issue
Block a user