Check the stream checkbox by default to avoid surprises with non-HTTP videos
This commit is contained in:
parent
43d5cc1dbb
commit
1126239263
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue