animate in brwoser context

This commit is contained in:
Jonathan Baecker 2020-04-21 15:28:31 +02:00
parent 85030c1843
commit 1b163279d5

View File

@ -75,7 +75,10 @@ export const actions = {
}
commit('UPDATE_PLAYLIST', response.data.program)
dispatch('animClock')
if (process.browser) {
dispatch('animClock')
}
}
},