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": {
|
||||
"songs": {
|
||||
"scroll": "infinite",
|
||||
"scroll": "paged",
|
||||
"sort": "name",
|
||||
"sortOrder": "asc",
|
||||
"size": "normal"
|
||||
},
|
||||
"albums": {
|
||||
"scroll": "infinite",
|
||||
"scroll": "paged",
|
||||
"sort": "name",
|
||||
"sortOrder": "asc",
|
||||
"viewAs": "covers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue