artists can now be followed in dev, homepage will now display latest releases from followed

This commit is contained in:
booploops 2021-12-29 00:11:12 -08:00
parent f930f0fd16
commit 1ad7012e32
4 changed files with 78 additions and 11 deletions

View file

@ -15,6 +15,10 @@ const configSchema = {
"discordClearActivityOnPause" : 0, // 0 = disabled, 1 = enabled
"volume": 1
},
"home": {
"followedArtists": [],
"favoriteItems": []
},
"audio": {
"quality": "extreme",
"seamless_audio": true