Merge remote-tracking branch 'origin/upcoming' into upcoming

This commit is contained in:
Core 2022-01-26 20:48:16 +00:00
commit ff1c347aa8
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
27 changed files with 1150 additions and 144 deletions

View file

@ -27,7 +27,7 @@ export class ConfigStore {
"volume": 1,
"lastVolume": 1,
"muted": false,
"quality": "990",
"quality": "256",
"seamless_audio": true,
"normalization": false,
"spatial": false,
@ -51,16 +51,9 @@ export class ConfigStore {
}
},
"equalizer": {
'60' : 0,
'170': 0 ,
'310': 0 ,
'600': 0 ,
'1000': 0 ,
'3000': 0 ,
'6000': 0 ,
'12000': 0 ,
'14000': 0 ,
'16000': 0 ,
'frequencies': [32, 63, 125, 250, 500, 1000, 2000, 4000, 8000, 16000],
'gain': [0,0,0,0,0,0,0,0,0,0],
'Q' : [1,1,1,1,1,1,1,1,1,1]
}
},
"visual": {
@ -86,6 +79,7 @@ export class ConfigStore {
"scrobble_after": 30,
"auth_token": "",
"enabledRemoveFeaturingArtists": true,
"filterLoop": true,
"NowPlaying": "true"
},
"advanced": {