fix issues with notification when queue is cleared
This commit is contained in:
parent
8a73fcf6a4
commit
bc92f9a22c
2 changed files with 5 additions and 5 deletions
|
|
@ -80,7 +80,6 @@ public class EventListener extends ApiEventListener {
|
|||
MusicPlayerRemote.seekTo((int) position);
|
||||
break;
|
||||
case Stop:
|
||||
MusicPlayerRemote.pauseSong();
|
||||
MusicPlayerRemote.clearQueue();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue