mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 12:42:09 +00:00 
			
		
		
		
	remove 3gp only from the player (#2376)
+ video quality precedence on default player when js is not enabled
This commit is contained in:
		| @@ -16,6 +16,8 @@ | ||||
|             <% end %> | ||||
|  | ||||
|             <% | ||||
|             fmt_stream.reject! { |f| f["itag"] == 17 } | ||||
|             fmt_stream.sort_by! {|f| params.quality == f["quality"] ? 0 : 1 } | ||||
|             fmt_stream.each_with_index do |fmt, i| | ||||
|                 src_url  = "/latest_version?id=#{video.id}&itag=#{fmt["itag"]}" | ||||
|                 src_url += "&local=true" if params.local | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Émilien Devos
					Émilien Devos