media controls: make cover art more consistent

This commit is contained in:
end-4
2025-05-25 09:17:28 +02:00
parent 530339c494
commit aad4584aa7
@@ -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