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",
|
"defaultPlayer": "Spotify",
|
||||||
"gpuType": "",
|
"gpuType": "",
|
||||||
"playerAliases": [
|
"playerAliases": [
|
||||||
{
|
{ "from": "com.github.th_ch.youtube_music", "to": "YT Music" }
|
||||||
"com.github.th_ch.youtube_music": "YT Music"
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"weatherLocation": "",
|
"weatherLocation": "",
|
||||||
"useFahrenheit": false,
|
"useFahrenheit": false,
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,8 @@ JsonObject {
|
||||||
property string defaultPlayer: "Spotify"
|
property string defaultPlayer: "Spotify"
|
||||||
property list<var> playerAliases: [
|
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