Player: Enqueue next on the existing playQueue
Fixes 4b1abfa93c
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
a000303dad
commit
0463c3d835
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ public final class Player implements PlaybackListener, Listener {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
final PlayQueueItem newItem = newQueue.getStreams().get(0);
|
final PlayQueueItem newItem = newQueue.getStreams().get(0);
|
||||||
newQueue.enqueueNext(newItem, false);
|
playQueue.enqueueNext(newItem, false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue