Add support for Chapters in player
This commit is contained in:
parent
12ccaf5f1d
commit
cba276055d
6 changed files with 151 additions and 3 deletions
|
@ -34,6 +34,10 @@ Page {
|
|||
contentHeight: column.height + column.spacing
|
||||
|
||||
PullDownMenu {
|
||||
PlayerChaptersItem {
|
||||
model: player.episode_chapters
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: player.isPlaying ? 'Pause': 'Play'
|
||||
onClicked: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue