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;
|
||||
}
|
||||
|
||||
updateProgressListener(progressListener, R.string.parser_reading);
|
||||
Response<GetArtistsResponse> response = subsonicAPIClient.getApi().getArtists(null).execute();
|
||||
checkResponseSuccessful(response);
|
||||
|
||||
|
|
Loading…
Reference in New Issue