From f19e5a1cdff70da466e346691a366b8975cd1389 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Thu, 26 Oct 2023 09:59:30 +0100 Subject: [PATCH] Add missing variable --- app/ui_screen.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ui_screen.js b/app/ui_screen.js index 90c53fee..a2c25767 100644 --- a/app/ui_screen.js +++ b/app/ui_screen.js @@ -9,6 +9,7 @@ const UI = { connected: false, screenID: null, screen: {}, + screens: [], supportsBroadcastChannel: (typeof BroadcastChannel !== "undefined"), controlChannel: null, //Initial Loading of the UI