Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maui
Vvave
Commits
c9987685
Commit
c9987685
authored
Jun 23, 2019
by
camilo higuita
Browse files
fix bug with colro mood playlists
parent
68535eab
Changes
2
Hide whitespace changes
Inline
Side-by-side
widgets/PlaylistsView/PlaylistsView.qml
View file @
c9987685
...
...
@@ -76,7 +76,7 @@ ColumnLayout
height
:
rowHeightAlt
recSize
:
isMobile
?
iconSize
:
16
onColorClicked
:
populate
(
Q
.
GET
.
colorTracks_
.
arg
(
color
))
onColorClicked
:
populate
(
Q
.
GET
.
colorTracks_
.
arg
(
color
.
toLowerCase
()
))
}
...
...
@@ -210,9 +210,9 @@ ColumnLayout
function
populate
(
query
)
{
playlistQuery
=
query
filterList
.
list
.
query
=
playlistQuery
_filterDialog
.
open
()
}
function
syncAndPlay
(
index
)
...
...
widgets/PlaylistsView/PlaylistsViewModel.qml
View file @
c9987685
...
...
@@ -128,8 +128,6 @@ BabeList
break
;
}
_filterDialog
.
open
()
}
}
}
...
...
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