diff options
Diffstat (limited to 'config/ServiceConfig.qml')
| -rw-r--r-- | config/ServiceConfig.qml | 6 |
1 files changed, 6 insertions, 0 deletions
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<var> playerAliases: [ + { + "com.github.th_ch.youtube_music": "YT Music" + } + ] } |