mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Increased the number of songs available in discovery
This commit is contained in:
parent
050606bb3a
commit
d6b5bf21c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue