use only spotify for media player

This commit is contained in:
2025-10-09 16:18:49 +02:00
parent 2d5299c8fa
commit 21e9db956d

View File

@@ -16,7 +16,7 @@ PanelWindow {
right: true
}
height: 30
implicitHeight: 30
color: "transparent"
@@ -48,7 +48,7 @@ PanelWindow {
anchors.right: parent.right
anchors.rightMargin: 10
Music {
player: Mpris.players.values[0]
player: Mpris.players.values.find(e => e.identity == "Spotify")
}
}
}