Fix missing progress listener for getArtists call.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
Yahor Berdnikau 2017-08-17 22:39:12 +02:00
parent 864488510c
commit 40e2dd4d8c
1 changed files with 1 additions and 0 deletions

View File

@ -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);