mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 02:39:05 +02:00
Fix:default user settings for orderBy and default to sort ascending for titles and authors #515
This commit is contained in:
parent
0a73dd6437
commit
c344555be3
2 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,7 @@ class User {
|
|||
mobileOrderBy: 'recent',
|
||||
mobileOrderDesc: true,
|
||||
mobileFilterBy: 'all',
|
||||
orderBy: 'book.title',
|
||||
orderBy: 'media.metadata.title',
|
||||
orderDesc: false,
|
||||
filterBy: 'all',
|
||||
playbackRate: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue