dashboard/media: fix incubation warning

This commit is contained in:
2 * r + 2 * t 2025-09-09 16:55:42 +10:00
parent 6ae1a8e811
commit 5902988a77

View file

@ -543,7 +543,6 @@ Item {
readonly property string icon: Icons.getAppIcon(player?.identity)
Layout.fillHeight: true
asynchronous: true
sourceComponent: !player || icon === "image://icon/" ? fallbackIcon : playerImage
Component {