mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Update some comments
This commit is contained in:
parent
cc9ce916c6
commit
3f1d88282e
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue