From d7ad26eb90b16864cc5bef95f4c74ce8aeb051ab Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Tue, 23 Mar 2021 21:46:40 +0100 Subject: [PATCH] better defaults --- store/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/config.js b/store/config.js index 7380a2a2..43f0efb1 100644 --- a/store/config.js +++ b/store/config.js @@ -6,9 +6,9 @@ export const state = () => ({ configGui: null, configGuiRaw: null, netChoices: [], - startInSec: null, + startInSec: 0, playlistLength: 86400.0, - configPlayout: [], + configPlayout: {}, currentUser: null, configUser: null, timezone: 'UTC'