Removed call to setRecovery() entirely

This commit is contained in:
Thompson3142 2024-11-24 22:12:25 +01:00
parent 16c79c8219
commit f9711a3402

View file

@ -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();
}