Merged some fixes from private.coffee

This commit is contained in:
genuineparts 2025-05-01 12:38:49 +02:00
parent adbc9d29d9
commit 912aa99054
3 changed files with 21 additions and 5 deletions

View file

@ -32,6 +32,10 @@
{html_options name='format' options=$formats selected=$defaultFormat id="format" class="formats monospace"}
<br/>
<br/>
<input type="checkbox" checked name="remux" id="remux" value="1"/>
<label for="remux">{t}Remux with best audio{/t}</label>
<br/>
<br/>
{/if}
{if $config->stream}
<input type="checkbox" {if $config->stream !== 'ask'}checked{/if} name="stream" id="stream"/>