From 0d9ab6ae499cdc7b6c2f7cd8df4ccfbb6be14999 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:34:31 +1000 Subject: config: player aliases + config default player Closes #441 --- config/ServiceConfig.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml index 0411b1a..4124147 100644 --- a/config/ServiceConfig.qml +++ b/config/ServiceConfig.qml @@ -7,4 +7,10 @@ JsonObject { property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a") property real audioIncrement: 0.1 property bool smartScheme: true + property string defaultPlayer: "Spotify" + property list playerAliases: [ + { + "com.github.th_ch.youtube_music": "YT Music" + } + ] } -- cgit v1.2.3-freya