From 33266a96ff13fe37a17dc0d3be89ac6ac136e154 Mon Sep 17 00:00:00 2001 From: Ethan Budd Date: Wed, 17 Jun 2020 22:15:50 -0500 Subject: [PATCH] fixes enqueue resuming paused videos --- .../main/java/org/schabi/newpipe/player/PopupVideoPlayer.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/main/java/org/schabi/newpipe/player/PopupVideoPlayer.java b/app/src/main/java/org/schabi/newpipe/player/PopupVideoPlayer.java index 7a5faf31d..0ccec3067 100644 --- a/app/src/main/java/org/schabi/newpipe/player/PopupVideoPlayer.java +++ b/app/src/main/java/org/schabi/newpipe/player/PopupVideoPlayer.java @@ -166,9 +166,6 @@ public final class PopupVideoPlayer extends Service { initPopup(); initPopupCloseOverlay(); } - if (!playerImpl.isPlaying()) { - playerImpl.getPlayer().setPlayWhenReady(true); - } playerImpl.handleIntent(intent);