Update src/invidious/views/components/player.ecr

better syntax

Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
138138138 2022-07-10 16:29:50 +08:00 committed by GitHub
parent 3f1d88282e
commit b19beac5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
bitrate = fmt["bitrate"]
mimetype = HTML.escape(fmt["mimeType"].as_s)
selected = i == best_m4a_stream_index ? true : false
selected = (i == best_m4a_stream_index)
%>
<source src="<%= src_url %>" type='<%= mimetype %>' label="<%= bitrate %>k" selected="<%= selected %>">
<% if !params.local && !CONFIG.disabled?("local") %>