diff --git a/changes/changelog.d/91.bugfix b/changes/changelog.d/91.bugfix new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/front/src/store/player.js b/front/src/store/player.js index 2dc3a7402f29c0f72ed46a36f2b02591330099dc..d849b7b56ceaa80fa93ab30cd2b5654fbcc33a9f 100644 --- a/front/src/store/player.js +++ b/front/src/store/player.js @@ -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)