better defaults

This commit is contained in:
jb-alvarado 2021-03-23 21:46:40 +01:00
parent 7b83b5d751
commit d7ad26eb90

View File

@ -6,9 +6,9 @@ export const state = () => ({
configGui: null, configGui: null,
configGuiRaw: null, configGuiRaw: null,
netChoices: [], netChoices: [],
startInSec: null, startInSec: 0,
playlistLength: 86400.0, playlistLength: 86400.0,
configPlayout: [], configPlayout: {},
currentUser: null, currentUser: null,
configUser: null, configUser: null,
timezone: 'UTC' timezone: 'UTC'