State change updates
This commit is contained in:
parent
a271e6b764
commit
a8170962d1
3 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,7 @@ MediaPlayer {
|
|||
|
||||
property int episode
|
||||
property var queue: ([])
|
||||
property bool isPlaying: playbackState == MediaPlayer.PlayingState
|
||||
|
||||
function playbackEpisode(episode_id) {
|
||||
player.episode = episode_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue