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.
2 parents c6b8bcf + f9711a3 commit e4b0245Copy full SHA for e4b0245
1 file changed
app/src/main/java/org/schabi/newpipe/player/Player.java
@@ -462,7 +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
- setRecovery();
466
reloadPlayQueueManager();
467
}
468
0 commit comments