Merge pull request #12 from shrapnelnet/main

385-Fix: Player queue lag, limits
This commit is contained in:
eddyizm 2025-08-03 09:41:28 -07:00 committed by GitHub
commit 77cd7e2fb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 33 deletions

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) {