Skip to content
Snippets Groups Projects
Verified Commit af11b735 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #91: queue skipping tracks

parent 28253378
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,6 @@ export default {
dispatch('radios/populateQueue', null, {root: true})
}
dispatch('queue/next', null, {root: true})
dispatch('queue/next', null, {root: true})
},
trackErrored ({commit, dispatch, state}) {
commit('errored', true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment