Merge branch 'ciderapp:main' into main

This commit is contained in:
Swiftzerr 2022-01-12 17:44:13 -05:00 committed by GitHub
commit 78304590f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 850 additions and 567 deletions

View file

@ -22,6 +22,13 @@ const configDefaults = {
"followedArtists": [],
"favoriteItems": []
},
"libraryPrefs": {
"songs": {
"sort": "name",
"sortOrder": "asc",
"size": "normal"
}
},
"audio": {
"quality": "990",
"seamless_audio": true,
@ -72,6 +79,7 @@ const configDefaults = {
},
"advanced": {
"AudioContext": false,
"experiments": []
}
}