Add Update Cider Branch selection

This commit is contained in:
GamingLiamStudios 2022-02-07 21:20:49 +11:00
parent 7b9a0c941f
commit b19b0d4e39
No known key found for this signature in database
GPG key ID: 3650DE4EAFF62ADD
3 changed files with 40 additions and 16 deletions

View file

@ -11,7 +11,8 @@ export class Store {
"discord_rpc": 1, // 0 = disabled, 1 = enabled as Cider, 2 = enabled as Apple Music
"discord_rpc_clear_on_pause": true,
"language": "en_US", // electron.app.getLocale().replace('-', '_') this can be used in future
"playbackNotifications": true
"playbackNotifications": true,
"update_branch": "main"
},
"home": {
"followedArtists": [],
@ -60,10 +61,10 @@ export class Store {
"equalizer": {
'preset': "default",
'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],
'mix' : 1,
'vibrantBass' : 0,
'gain': [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
'Q': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
'mix': 1,
'vibrantBass': 0,
'presets': [],
'userGenerated': false
},