State change updates

This commit is contained in:
Thomas Perl 2014-01-31 17:10:53 +01:00
parent a271e6b764
commit a8170962d1
3 changed files with 6 additions and 0 deletions

View file

@ -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;