Mitigate songs / album slow app issue.
This commit is contained in:
parent
8967cf7647
commit
3ab6d3e56c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue