fetch 1000 songs in discovery by default

This commit is contained in:
observer 2025-05-26 14:06:25 +01:00
parent 9cf62c8c0c
commit 20f5c8f295
No known key found for this signature in database
GPG key ID: 2DE1FE56348E60D0

View file

@ -94,7 +94,7 @@ public class HomeViewModel extends AndroidViewModel {
}
public LiveData<List<Child>> getRandomShuffleSample() {
return songRepository.getRandomSample(100, null, null);
return songRepository.getRandomSample(1000, null, null);
}
public LiveData<List<Chronology>> getChronologySample(LifecycleOwner owner) {