Mitigate songs / album slow app issue.

This commit is contained in:
cryptofyre 2022-07-26 10:54:44 -05:00
parent 8967cf7647
commit 3ab6d3e56c

View file

@ -147,13 +147,13 @@ export class Store {
}, },
"libraryPrefs": { "libraryPrefs": {
"songs": { "songs": {
"scroll": "infinite", "scroll": "paged",
"sort": "name", "sort": "name",
"sortOrder": "asc", "sortOrder": "asc",
"size": "normal" "size": "normal"
}, },
"albums": { "albums": {
"scroll": "infinite", "scroll": "paged",
"sort": "name", "sort": "name",
"sortOrder": "asc", "sortOrder": "asc",
"viewAs": "covers" "viewAs": "covers"