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

Merge branch '91-queue-skip-track' into 'develop'

Fix #91: queue skipping tracks

Closes #91

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