Merge pull request #3787 from budde25/fix-popup-queue

Fixes enqueue resuming paused videos
This commit is contained in:
Tobias Groza 2020-06-27 11:56:08 +02:00 committed by GitHub
commit d9100913d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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