From 4b18c95ed19f17f1616975ce958ca26dd5ee3a6e Mon Sep 17 00:00:00 2001 From: anders130 <93037023+anders130@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:33:44 +0200 Subject: config: fix default playerAliases (#506) --- config/ServiceConfig.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/ServiceConfig.qml') 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 playerAliases: [ { - "com.github.th_ch.youtube_music": "YT Music" + "from": "com.github.th_ch.youtube_music", + "to": "YT Music" } ] } -- cgit v1.2.3-freya