mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +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() {
|
public List<Song> getDiscoverSongList() {
|
||||||
if(dicoverSongSample.isEmpty()) {
|
if(dicoverSongSample.isEmpty()) {
|
||||||
dicoverSongSample = songRepository.getRandomSample(5);
|
dicoverSongSample = songRepository.getRandomSample(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
return dicoverSongSample;
|
return dicoverSongSample;
|
||||||
|
|||||||
Reference in New Issue
Block a user