Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
svfusion
funkwhale
Commits
af11b735
Verified
Commit
af11b735
authored
Feb 28, 2018
by
Eliot Berriot
Browse files
Fix #91: queue skipping tracks
parent
28253378
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/changelog.d/91.bugfix
0 → 100644
View file @
af11b735
front/src/store/player.js
View file @
af11b735
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment