Skip to content

Commit f9711a3

Browse files
committed
Removed call to setRecovery() entirely
1 parent 16c79c8 commit f9711a3

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@ public void handleIntent(@NonNull final Intent intent) {
462462
if (oldPlayerType != playerType && playQueue != null) {
463463
// If playerType changes from one to another we should reload the player
464464
// (to disable/enable video stream or to set quality)
465-
if (playerType != PlayerType.POPUP) {
466-
setRecovery();
467-
}
468465
reloadPlayQueueManager();
469466
}
470467

0 commit comments

Comments
 (0)