media controls: make cover art download more reliable

This commit is contained in:
end-4
2025-05-24 22:04:03 +02:00
parent 113024ba83
commit bd60ea451f
2 changed files with 27 additions and 3 deletions
@@ -88,6 +88,7 @@ Scope {
}
delegate: PlayerControl {
required property MprisPlayer modelData
artDownloadLocation: root.baseCoverArtDir
player: modelData
}
}