Merge pull request #12898 from TeamNewPipe/playQueue
Player: Enqueue next on the existing playQueue
This commit is contained in:
commit
0c17956552
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ public final class Player implements PlaybackListener, Listener {
|
|||
return;
|
||||
}
|
||||
final PlayQueueItem newItem = newQueue.getStreams().get(0);
|
||||
newQueue.enqueueNext(newItem, false);
|
||||
playQueue.enqueueNext(newItem, false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue