Add start call to QML
[apps/mediaplayer.git] / app / MediaPlayer.qml
index 94281f5..177fe36 100644 (file)
@@ -46,6 +46,11 @@ ApplicationWindow {
         }
     }
 
+    Component.onCompleted : {
+        // Let the mediaplayer backend know we're ready for metadata events
+        mediaplayer.start()
+    }
+
     Connections {
         target: mediaplayer