We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c79c8 commit f9711a3Copy full SHA for f9711a3
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -462,9 +462,6 @@ public void handleIntent(@NonNull final Intent intent) {
462
if (oldPlayerType != playerType && playQueue != null) {
463
// If playerType changes from one to another we should reload the player
464
// (to disable/enable video stream or to set quality)
465
- if (playerType != PlayerType.POPUP) {
466
- setRecovery();
467
- }
468
reloadPlayQueueManager();
469
}
470
0 commit comments