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": {
"songs": {
"scroll": "infinite",
"scroll": "paged",
"sort": "name",
"sortOrder": "asc",
"size": "normal"
},
"albums": {
"scroll": "infinite",
"scroll": "paged",
"sort": "name",
"sortOrder": "asc",
"viewAs": "covers"