Add a way to not check the stream checkbox by default (#255)

This commit is contained in:
Pierre Rudloff 2020-01-18 22:56:55 +01:00
parent b3294b3dbc
commit ced0c126f1
2 changed files with 2 additions and 1 deletions

View file

@ -74,7 +74,7 @@
</select><br/><br/>
{/if}
{if $config->stream}
<input type="checkbox" checked name="stream" id="stream"/>
<input type="checkbox" {if $config->stream != 'ask'}checked{/if} name="stream" id="stream"/>
<label for="stream">{t}Stream the video through the server{/t}</label>
<br/><br/>
{/if}