1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-06 02:32:44 +00:00

Skip to song when clicking in the queue

This commit is contained in:
Chris Josten 2021-08-21 22:33:23 +02:00
parent f09593c245
commit 75474e1793
5 changed files with 28 additions and 0 deletions

View file

@ -98,6 +98,12 @@ PanelBackground {
value: manager.queue
//currentIndex: manager.queueIndex
}
Binding {
when: queueLoader.item !== null
target: queueLoader.item
property: "playbackManager"
value: manager
}
}
Column {