mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix typo in embedded player
This commit is contained in:
parent
8861d31b21
commit
b965c8a7a4
1 changed files with 1 additions and 1 deletions
|
@ -33,8 +33,8 @@ video, #my_video, .video-js, .vjs-default-skin
|
|||
<% if autoplay == 1 %>autoplay<% end %>
|
||||
<% if controls == 1 %>controls<% end %>
|
||||
<% if video_loop == 1 %>loop<% end %>
|
||||
<% if listen %>
|
||||
class="video-js vjs-default-skin">
|
||||
<% if listen %>
|
||||
<% audio_streams.each_with_index do |fmt, i| %>
|
||||
<source src="<%= fmt["url"] %>" type='<%= fmt["type"] %>' label="<%= fmt["bitrate"] %>k" selected="<%= i == 0 ? true : false %>">
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue