mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #11734 from Thompson3142/fix_timestamp_popup_time
Fix player resuming from start when clicking on a timestamp
This commit is contained in:
		| @@ -462,7 +462,6 @@ public final class Player implements PlaybackListener, Listener { | |||||||
|         if (oldPlayerType != playerType && playQueue != null) { |         if (oldPlayerType != playerType && playQueue != null) { | ||||||
|             // If playerType changes from one to another we should reload the player |             // If playerType changes from one to another we should reload the player | ||||||
|             // (to disable/enable video stream or to set quality) |             // (to disable/enable video stream or to set quality) | ||||||
|             setRecovery(); |  | ||||||
|             reloadPlayQueueManager(); |             reloadPlayQueueManager(); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox