update every second

This commit is contained in:
Jonathan Baecker 2020-05-08 15:32:23 +02:00
parent 7c825b359b
commit 80b3bceb0e

View File

@ -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 })
}