mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 00:43:05 +05:30
Fix typo in embedded player
This commit is contained in:
parent
8861d31b21
commit
b965c8a7a4
@ -33,8 +33,8 @@ video, #my_video, .video-js, .vjs-default-skin
|
|||||||
<% if autoplay == 1 %>autoplay<% end %>
|
<% if autoplay == 1 %>autoplay<% end %>
|
||||||
<% if controls == 1 %>controls<% end %>
|
<% if controls == 1 %>controls<% end %>
|
||||||
<% if video_loop == 1 %>loop<% end %>
|
<% if video_loop == 1 %>loop<% end %>
|
||||||
<% if listen %>
|
|
||||||
class="video-js vjs-default-skin">
|
class="video-js vjs-default-skin">
|
||||||
|
<% if listen %>
|
||||||
<% audio_streams.each_with_index do |fmt, i| %>
|
<% audio_streams.each_with_index do |fmt, i| %>
|
||||||
<source src="<%= fmt["url"] %>" type='<%= fmt["type"] %>' label="<%= fmt["bitrate"] %>k" selected="<%= i == 0 ? true : false %>">
|
<source src="<%= fmt["url"] %>" type='<%= fmt["type"] %>' label="<%= fmt["bitrate"] %>k" selected="<%= i == 0 ? true : false %>">
|
||||||
<% end %>
|
<% end %>
|
||||||
|
Loading…
Reference in New Issue
Block a user