mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-16 00:37:25 +00:00
use overloads instead of new methods
This commit is contained in:
parent
efaae35976
commit
1bc93cce0e
3 changed files with 5 additions and 6 deletions
|
|
@ -105,7 +105,7 @@ public class SongRepository {
|
|||
|
||||
App.getSubsonicClientInstance(false)
|
||||
.getAlbumSongListClient()
|
||||
.getRandomSongs2(number, fromYear, toYear, genre)
|
||||
.getRandomSongs(number, fromYear, toYear, genre)
|
||||
.enqueue(new Callback<ApiResponse>() {
|
||||
@Override
|
||||
public void onResponse(@NonNull Call<ApiResponse> call, @NonNull Response<ApiResponse> response) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue