use only spotify for media player
This commit is contained in:
@@ -16,7 +16,7 @@ PanelWindow {
|
|||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ PanelWindow {
|
|||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 10
|
anchors.rightMargin: 10
|
||||||
Music {
|
Music {
|
||||||
player: Mpris.players.values[0]
|
player: Mpris.players.values.find(e => e.identity == "Spotify")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user