Check the stream checkbox by default to avoid surprises with non-HTTP videos

This commit is contained in:
Pierre Rudloff 2019-05-08 19:52:38 +02:00
parent 43d5cc1dbb
commit 1126239263

View file

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