mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Merge pull request #2750 from 11Tuvork28/patch-2
Removes annoying video switching | Fixes #2736
This commit is contained in:
		| @@ -215,7 +215,7 @@ if (video_data.params.save_player_pos) { | ||||
|         const raw = player.currentTime(); | ||||
|         const time = Math.floor(raw); | ||||
|  | ||||
|         if(lastUpdated !== time) { | ||||
|         if(lastUpdated !== time && raw <= video_data.length_seconds - 15) { | ||||
|             save_video_time(time); | ||||
|             lastUpdated = time; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Samantaz Fox
					Samantaz Fox