summaryrefslogtreecommitdiff
path: root/modules/lock/Media.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/Media.qml')
-rw-r--r--modules/lock/Media.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Media.qml b/modules/lock/Media.qml
index 59bed16..bb2fc7b 100644
--- a/modules/lock/Media.qml
+++ b/modules/lock/Media.qml
@@ -19,7 +19,7 @@ Item {
Image {
anchors.fill: parent
- source: root.lock.animating ? "" : (Players.active?.trackArtUrl ?? "")
+ source: Players.active?.trackArtUrl ?? ""
asynchronous: true
fillMode: Image.PreserveAspectCrop