Fix #91: queue skipping tracks

This commit is contained in:
Eliot Berriot 2018-02-28 17:57:37 +01:00
parent 2825337860
commit af11b735d8
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 0 additions and 1 deletions

View File

View File

@ -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)