Removed call to setRecovery() entirely

pull/11734/head
Thompson3142 2024-11-24 22:12:25 +01:00
rodzic 16c79c8219
commit f9711a3402
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -462,9 +462,6 @@ public final class Player implements PlaybackListener, Listener {
if (oldPlayerType != playerType && playQueue != null) {
// If playerType changes from one to another we should reload the player
// (to disable/enable video stream or to set quality)
if (playerType != PlayerType.POPUP) {
setRecovery();
}
reloadPlayQueueManager();
}