mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 00:20:32 +00:00
Merge pull request #3787 from budde25/fix-popup-queue
Fixes enqueue resuming paused videos
This commit is contained in:
commit
d9100913d5
@ -166,9 +166,6 @@ public final class PopupVideoPlayer extends Service {
|
||||
initPopup();
|
||||
initPopupCloseOverlay();
|
||||
}
|
||||
if (!playerImpl.isPlaying()) {
|
||||
playerImpl.getPlayer().setPlayWhenReady(true);
|
||||
}
|
||||
|
||||
playerImpl.handleIntent(intent);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user