mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Removed call to setRecovery() entirely
This commit is contained in:
		| @@ -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(); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thompson3142
					Thompson3142