mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
chore: formatting
This commit is contained in:
parent
3a30b3d379
commit
d034171d92
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ public class SongRepository {
|
|||
}
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
||||
public MutableLiveData<List<Child>> getRandomSample(int number, Integer fromYear, Integer toYear) {
|
||||
MutableLiveData<List<Child>> randomSongsSample = new MutableLiveData<>();
|
||||
App.getSubsonicClientInstance(false).getAlbumSongListClient().getRandomSongs(number, fromYear, toYear).enqueue(new Callback<ApiResponse>() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue