Add support for Chapters in player

This commit is contained in:
Thomas Perl 2014-04-30 20:03:34 +02:00
parent 12ccaf5f1d
commit cba276055d
6 changed files with 151 additions and 3 deletions

View file

@ -34,6 +34,10 @@ Page {
contentHeight: column.height + column.spacing
PullDownMenu {
PlayerChaptersItem {
model: player.episode_chapters
}
MenuItem {
text: player.isPlaying ? 'Pause': 'Play'
onClicked: {