mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-18 14:11:22 -05:00
fix: resolve bounty issue #2513
This commit is contained in:
parent
b77ef7eb47
commit
e664d84b1b
@ -33,7 +33,7 @@
|
||||
|
||||
selected = (i == best_m4a_stream_index)
|
||||
%>
|
||||
<source src="<%= src_url %>" type='<%= mimetype %>' label="<%= bitrate %>k" selected="<%= selected %>">
|
||||
<source src="<%= src_url %>" type='<%= mimetype %>' label="<%= bitrate %>kbps" selected="<%= selected %>">
|
||||
<% if !params.local && !CONFIG.disabled?("local") %>
|
||||
<source src="<%= src_url %>&local=true" type='<%= mimetype %>' hidequalityoption="true">
|
||||
<% end %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user