config: fix default playerAliases (#506)
This commit is contained in:
parent
81aa5324f4
commit
4b18c95ed1
2 changed files with 3 additions and 4 deletions
|
|
@ -400,9 +400,7 @@ programs.caelestia = {
|
|||
"defaultPlayer": "Spotify",
|
||||
"gpuType": "",
|
||||
"playerAliases": [
|
||||
{
|
||||
"com.github.th_ch.youtube_music": "YT Music"
|
||||
}
|
||||
{ "from": "com.github.th_ch.youtube_music", "to": "YT Music" }
|
||||
],
|
||||
"weatherLocation": "",
|
||||
"useFahrenheit": false,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue