From 110f90cb34771da980e14ec4f61e698519fac676 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Sun, 18 Dec 2022 22:39:52 +0300 Subject: [PATCH] Disable JS stream background by default --- www/stream.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/stream.html b/www/stream.html index 2ad27ee7..706eaf7d 100644 --- a/www/stream.html +++ b/www/stream.html @@ -44,7 +44,7 @@ document.body.className = "flex"; } - const background = params.get("background") === "true"; + const background = params.get("background") !== "false"; const width = "1 0 " + (params.get("width") || "320px"); for (let i = 0; i < streams.length; i++) {