mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		@@ -533,7 +533,7 @@ def process_video_params(query, preferences)
 | 
			
		||||
    video_start = decode_time(query["t"])
 | 
			
		||||
  end
 | 
			
		||||
  video_start ||= 0
 | 
			
		||||
  if query["time_continu"]?
 | 
			
		||||
  if query["time_continue"]?
 | 
			
		||||
    video_start = decode_time(query["t"])
 | 
			
		||||
  end
 | 
			
		||||
  video_start ||= 0
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user