From 1d95ba7b5719330527c1f2ae623c83457ec4b9a9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 23 May 2020 16:21:46 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20`stream:=20ask`=20detection=20(see=C2=A0#?= =?UTF-8?q?283)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/info.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/info.tpl b/templates/info.tpl index 07ae547..fce119a 100644 --- a/templates/info.tpl +++ b/templates/info.tpl @@ -76,7 +76,7 @@
{/if} {if $config->stream} - stream != 'ask'}checked{/if} name="stream" id="stream"/> + stream !== 'ask'}checked{/if} name="stream" id="stream"/>