better defaults
This commit is contained in:
parent
7b83b5d751
commit
d7ad26eb90
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user