Fix frontend formatting
This commit is contained in:
parent
767a82b1c4
commit
fc8487bfed
|
@ -76,7 +76,7 @@ export default {
|
|||
commit('current', null)
|
||||
commit('running', false)
|
||||
},
|
||||
populateQueue ({ rootState, state, dispatch }, playNow) {
|
||||
populateQueue ({ commit, rootState, state, dispatch }, playNow) {
|
||||
if (!state.running) {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue