Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
0b47e234
Commit
0b47e234
authored
May 14, 2020
by
Matthieu Gallien
🎵
Browse files
fix enqueue from list views
parent
0521242f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/qml/ListBrowserView.qml
View file @
0b47e234
...
...
@@ -98,9 +98,9 @@ FocusScope {
}
}
onEnqueue
:
contentModel
.
enqueueToPlayList
()
onEnqueue
:
contentModel
.
enqueueToPlayList
(
delegateModel
.
rootIndex
)
onReplaceAndPlay
:
contentModel
.
replaceAndPlayOfPlayList
()
onReplaceAndPlay
:
contentModel
.
replaceAndPlayOfPlayList
(
delegateModel
.
rootIndex
)
onGoBack
:
{
listView
.
goToBack
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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