Merge pull request #1222 from kgarner7/paginate-songs-page

Paginate songs page
This commit is contained in:
vapormusic 2022-07-02 10:01:18 +07:00 committed by GitHub
commit 5bd5d92370
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 217 additions and 15 deletions

View file

@ -147,6 +147,7 @@ export class Store {
},
"libraryPrefs": {
"songs": {
"scroll": "infinite",
"sort": "name",
"sortOrder": "asc",
"size": "normal"