diff --git a/.config/quickshell/modules/mediaControls/PlayerControl.qml b/.config/quickshell/modules/mediaControls/PlayerControl.qml index b5ca27128..84e0d0673 100644 --- a/.config/quickshell/modules/mediaControls/PlayerControl.qml +++ b/.config/quickshell/modules/mediaControls/PlayerControl.qml @@ -187,7 +187,7 @@ Item { // Player instance property int size: parent.height anchors.fill: parent - source: playerController.artUrl + source: playerController.downloaded ? Qt.resolvedUrl(artFilePath) : "" fillMode: Image.PreserveAspectCrop cache: false antialiasing: true