pull songs and albums at the same time for artist details

This commit is contained in:
dkanada 2020-04-28 22:41:13 +09:00
commit a4963583e0
5 changed files with 19 additions and 40 deletions

View file

@ -389,6 +389,7 @@ public class MusicPlayerRemote {
if (musicService != null) {
return musicService.getAudioSessionId();
}
return -1;
}