summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/metawatch-digital.qml
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2011-09-28 03:15:12 +0200
committerJavier S. Pedro <maemo@javispedro.com>2011-09-28 03:15:12 +0200
commit3dc79838b5484aba0d805a3c5dac4c0e26503ac6 (patch)
tree71e0eb5f8fa22953a0b024b96447e04393c91fd9 /qmafwwatchlet/metawatch-digital.qml
parent253c1cd0b9b61b67e3456dab6f3272208b4fb115 (diff)
downloadsowatch-3dc79838b5484aba0d805a3c5dac4c0e26503ac6.tar.gz
sowatch-3dc79838b5484aba0d805a3c5dac4c0e26503ac6.zip
trying to fix more weird albumart behaviour
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 22c7833..345aab6 100644
--- a/qmafwwatchlet/metawatch-digital.qml
+++ b/qmafwwatchlet/metawatch-digital.qml
@@ -22,7 +22,7 @@ Rectangle {
Text {
anchors.fill: parent
- text: player.title
+ text: player.title.length > 0 ? player.title : qsTr("No media");
color: "black"
}
}