1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-11-05 09:36:22 +00:00

fixes enqueue resuming paused videos

This commit is contained in:
Ethan Budd 2020-06-17 22:15:50 -05:00
parent 5cfd8bbb56
commit 33266a96ff

View File

@ -166,9 +166,6 @@ public final class PopupVideoPlayer extends Service {
initPopup(); initPopup();
initPopupCloseOverlay(); initPopupCloseOverlay();
} }
if (!playerImpl.isPlaying()) {
playerImpl.getPlayer().setPlayWhenReady(true);
}
playerImpl.handleIntent(intent); playerImpl.handleIntent(intent);