mirror of
https://github.com/iv-org/invidious.git
synced 2026-07-07 06:06:48 -05:00
Hide DASH source from progressive selector
This commit is contained in:
parent
ec41ef7c9c
commit
50e475fe0d
@ -44,7 +44,7 @@
|
||||
src_url = invidious_companion.public_url.to_s + src_url +
|
||||
"&check=#{invidious_companion_check_id}" if (invidious_companion)
|
||||
%>
|
||||
<source src="<%= src_url %>" type='application/dash+xml' label="dash">
|
||||
<source src="<%= src_url %>" type='application/dash+xml' label="dash" hidequalityoption="true">
|
||||
<% end %>
|
||||
|
||||
<%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user