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
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<br/>
{/if}
{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>
<br/>
<br/>