Fix stream: ask detection (see #283)

This commit is contained in:
Pierre Rudloff 2020-05-23 16:21:46 +02:00
parent 689264cb35
commit 1d95ba7b57

View file

@ -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/>