artists can now be followed in dev, homepage will now display latest releases from followed
This commit is contained in:
parent
f930f0fd16
commit
1ad7012e32
4 changed files with 78 additions and 11 deletions
4
index.js
4
index.js
|
@ -15,6 +15,10 @@ const configSchema = {
|
|||
"discordClearActivityOnPause" : 0, // 0 = disabled, 1 = enabled
|
||||
"volume": 1
|
||||
},
|
||||
"home": {
|
||||
"followedArtists": [],
|
||||
"favoriteItems": []
|
||||
},
|
||||
"audio": {
|
||||
"quality": "extreme",
|
||||
"seamless_audio": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue