summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-09-20 09:45:49 -0500
committerOmar Roth <omarroth@hotmail.com>2018-09-20 09:45:49 -0500
commitcefb5d679fcdb9507b37eee76014939bdb365948 (patch)
treec2cdd48d651000292113c4b979026d3088a05d17 /src
parent62380933b24fe501c2468018867377f740fd3d06 (diff)
downloadinvidious-cefb5d679fcdb9507b37eee76014939bdb365948.tar.gz
invidious-cefb5d679fcdb9507b37eee76014939bdb365948.tar.bz2
invidious-cefb5d679fcdb9507b37eee76014939bdb365948.zip
Add label to HLS
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/components/player.ecr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/views/components/player.ecr b/src/invidious/views/components/player.ecr
index 4bdd7832..34df55c3 100644
--- a/src/invidious/views/components/player.ecr
+++ b/src/invidious/views/components/player.ecr
@@ -4,7 +4,7 @@
<% if params[:video_loop] %>loop<% end %>
<% if params[:controls] %>controls<% end %>>
<% if hlsvp %>
- <source src="<%= hlsvp %>" type="application/x-mpegURL">
+ <source src="<%= hlsvp %>" type="application/x-mpegURL" label="livestream">
<% else %>
<% if params[:listen] %>
<% audio_streams.each_with_index do |fmt, i| %>