fix issues with notification when queue is cleared

This commit is contained in:
dkanada 2021-04-17 13:19:00 +09:00
commit bc92f9a22c
2 changed files with 5 additions and 5 deletions

View file

@ -80,7 +80,6 @@ public class EventListener extends ApiEventListener {
MusicPlayerRemote.seekTo((int) position);
break;
case Stop:
MusicPlayerRemote.pauseSong();
MusicPlayerRemote.clearQueue();
}
}