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