use only spotify for media player
This commit is contained in:
parent
2d5299c8fa
commit
21e9db956d
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user