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