chore: formatting

This commit is contained in:
eddyizm 2025-12-27 08:17:16 -08:00
parent 3a30b3d379
commit d034171d92
No known key found for this signature in database
GPG key ID: CF5F671829E8158A

View file

@ -172,6 +172,7 @@ public class SongRepository {
} }
return new ArrayList<>(); return new ArrayList<>();
} }
public MutableLiveData<List<Child>> getRandomSample(int number, Integer fromYear, Integer toYear) { public MutableLiveData<List<Child>> getRandomSample(int number, Integer fromYear, Integer toYear) {
MutableLiveData<List<Child>> randomSongsSample = new MutableLiveData<>(); MutableLiveData<List<Child>> randomSongsSample = new MutableLiveData<>();
App.getSubsonicClientInstance(false).getAlbumSongListClient().getRandomSongs(number, fromYear, toYear).enqueue(new Callback<ApiResponse>() { App.getSubsonicClientInstance(false).getAlbumSongListClient().getRandomSongs(number, fromYear, toYear).enqueue(new Callback<ApiResponse>() {