summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/metawatch-digital.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-28 02:36:03 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-28 02:36:03 +0200
commit1050c062eee192c62dec2b3f1d35f663ef7ef607 (patch)
tree7b5a4677c304b81cc0bd4e5516daff00450cb471 /qmafwwatchlet/metawatch-digital.qml
parent64662ecc6ea6b5296ea77d83eac6eb1372afac01 (diff)
downloadsowatch-1050c062eee192c62dec2b3f1d35f663ef7ef607.tar.gz
sowatch-1050c062eee192c62dec2b3f1d35f663ef7ef607.zip
fixing a few mediaart qmafwwatchlet bugs
Diffstat (limited to 'qmafwwatchlet/metawatch-digital.qml')
-rw-r--r--qmafwwatchlet/metawatch-digital.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmafwwatchlet/metawatch-digital.qml b/qmafwwatchlet/metawatch-digital.qml
index 0ec07cd..22c7833 100644
--- a/qmafwwatchlet/metawatch-digital.qml
+++ b/qmafwwatchlet/metawatch-digital.qml
@@ -10,7 +10,7 @@ Rectangle {
anchors.fill: parent
fillMode: Image.PreserveAspectFit
smooth: true
- source: player.imageUrl
+ source: player.mediaArt
}
Rectangle {