summaryrefslogtreecommitdiff
path: root/config/ServiceConfig.qml
diff options
context:
space:
mode:
authoranders130 <93037023+anders130@users.noreply.github.com>2025-08-29 16:33:44 +0200
committerGitHub <noreply@github.com>2025-08-30 00:33:44 +1000
commit4b18c95ed19f17f1616975ce958ca26dd5ee3a6e (patch)
treea13f0261ebc2a659521b1d6ab096deef8defe69d /config/ServiceConfig.qml
parentdev: better direnv (diff)
downloadcaelestia-shell-4b18c95ed19f17f1616975ce958ca26dd5ee3a6e.tar.gz
caelestia-shell-4b18c95ed19f17f1616975ce958ca26dd5ee3a6e.tar.bz2
caelestia-shell-4b18c95ed19f17f1616975ce958ca26dd5ee3a6e.zip
config: fix default playerAliases (#506)
Diffstat (limited to 'config/ServiceConfig.qml')
-rw-r--r--config/ServiceConfig.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml
index c8a49b3..c9752d7 100644
--- a/config/ServiceConfig.qml
+++ b/config/ServiceConfig.qml
@@ -12,7 +12,8 @@ JsonObject {
property string defaultPlayer: "Spotify"
property list<var> playerAliases: [
{
- "com.github.th_ch.youtube_music": "YT Music"
+ "from": "com.github.th_ch.youtube_music",
+ "to": "YT Music"
}
]
}