summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
author138138138 <78271024+138138138@users.noreply.github.com>2022-06-25 19:26:14 +0800
committerGitHub <noreply@github.com>2022-06-25 19:26:14 +0800
commit3f1d88282ed2878608032ec605fe17e61197d8ed (patch)
treee4e090b6223e3dd8413cfbeff2da1a0cd177aae1 /src
parentcc9ce916c6e8119eb36b54917215d2ef53f64793 (diff)
downloadinvidious-3f1d88282ed2878608032ec605fe17e61197d8ed.tar.gz
invidious-3f1d88282ed2878608032ec605fe17e61197d8ed.tar.bz2
invidious-3f1d88282ed2878608032ec605fe17e61197d8ed.zip
Update some comments
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 a342097e..9f42ae77 100644
--- a/src/invidious/views/components/player.ecr
+++ b/src/invidious/views/components/player.ecr
@@ -7,7 +7,7 @@
<source src="<%= URI.parse(hlsvp).request_target %><% if params.local %>?local=true<% end %>" type="application/x-mpegURL" label="livestream">
<% else %>
<% if params.listen %>
- <% # ignore the 64k m4a stream, only consider the 128k m4a stream
+ <% # default to 128k m4a stream
best_m4a_stream_index = 0
best_m4a_stream_bitrate = 0
audio_streams.each_with_index do |fmt, i|