Very basic playlist support
This commit is contained in:
parent
63518483a3
commit
77b24d58cb
6 changed files with 149 additions and 0 deletions
|
@ -57,6 +57,15 @@ Item {
|
|||
player.playbackEpisode(id);
|
||||
}
|
||||
}
|
||||
|
||||
onPressAndHold: {
|
||||
player.enqueueEpisode(id, function () {
|
||||
if (!player.isPlaying) {
|
||||
player.jumpToQueueIndex(0);
|
||||
}
|
||||
pgst.loadPage('PlayerPage.qml');
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
IconMenuItem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue