mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-18 04:30:48 +01:00
Fix missing progress listener for getArtists call.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
864488510c
commit
40e2dd4d8c
@ -294,6 +294,7 @@ public class RESTMusicService implements MusicService
|
|||||||
return cachedArtists;
|
return cachedArtists;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateProgressListener(progressListener, R.string.parser_reading);
|
||||||
Response<GetArtistsResponse> response = subsonicAPIClient.getApi().getArtists(null).execute();
|
Response<GetArtistsResponse> response = subsonicAPIClient.getApi().getArtists(null).execute();
|
||||||
checkResponseSuccessful(response);
|
checkResponseSuccessful(response);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user