app/MediaPlayer: Do not hard-code the window size
[apps/mediaplayer.git] / app / main.cpp
index c5527a8..e40cf98 100644 (file)
@@ -90,6 +90,7 @@ int main(int argc, char *argv[])
             qwm->activateWindow(graphic_role);
         });
 
+        context->setContextProperty("AlbumArt", "");
         context->setContextProperty("mediaplayer", new Mediaplayer(bindingAddress, context));
         context->setContextProperty(QStringLiteral("screenInfo"), &screenInfo);