Fix stream: ask
detection (see #283)
This commit is contained in:
parent
689264cb35
commit
1d95ba7b57
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
||||||
<br/>
|
<br/>
|
||||||
{/if}
|
{/if}
|
||||||
{if $config->stream}
|
{if $config->stream}
|
||||||
<input type="checkbox" {if $config->stream != 'ask'}checked{/if} 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>
|
<label for="stream">{t}Stream the video through the server{/t}</label>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue