diff options
Diffstat (limited to 'modules/lock/Media.qml')
| -rw-r--r-- | modules/lock/Media.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Media.qml b/modules/lock/Media.qml index 2967480..f4b6365 100644 --- a/modules/lock/Media.qml +++ b/modules/lock/Media.qml @@ -17,7 +17,7 @@ Item { Image { anchors.fill: parent - source: Players.active?.trackArtUrl ?? null + source: Players.active?.trackArtUrl ?? "" asynchronous: true fillMode: Image.PreserveAspectCrop |