update every second
This commit is contained in:
parent
7c825b359b
commit
80b3bceb0e
@ -347,7 +347,7 @@ export default {
|
||||
if (!process.env.DEV) {
|
||||
this.interval = setInterval(() => {
|
||||
this.$store.dispatch('playlist/animClock', { dayStart: this.configPlayout.playlist.day_start })
|
||||
}, 5000)
|
||||
}, 1000)
|
||||
} else {
|
||||
this.$store.dispatch('playlist/animClock', { dayStart: this.configPlayout.playlist.day_start })
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user