mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 10:49:00 +02:00
Fix: filter sort authors and series, authors page sort alphabetical #497
This commit is contained in:
parent
21bdd9f9ec
commit
6e99cf6570
2 changed files with 4 additions and 3 deletions
|
@ -533,7 +533,8 @@ class LibraryController {
|
|||
})
|
||||
}
|
||||
})
|
||||
res.json(Object.values(authors))
|
||||
|
||||
res.json(naturalSort(Object.values(authors)).asc(au => au.name))
|
||||
}
|
||||
|
||||
async matchAll(req, res) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue