animate progress in production

This commit is contained in:
jb-alvarado 2021-01-28 17:53:07 +01:00
parent 834f3c478c
commit 7d1205936f

View File

@ -394,7 +394,7 @@ export default {
},
mounted () {
if (process.env.NODE_ENV !== 'production') {
if (process.env.NODE_ENV === 'production') {
this.interval = setInterval(() => {
this.$store.dispatch('playlist/animClock')
}, 5000)