mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-07 09:50:20 +02:00
Update:Series page support sort ignore prefix #866
This commit is contained in:
@ -273,7 +273,7 @@ class LibraryController {
|
||||
|
||||
var series = libraryHelpers.getSeriesFromBooks(libraryItems, payload.minified)
|
||||
series = sort(series).asc(s => {
|
||||
return s.name
|
||||
return this.db.serverSettings.sortingIgnorePrefix ? s.nameIgnorePrefix : s.name
|
||||
})
|
||||
payload.total = series.length
|
||||
|
||||
|
Reference in New Issue
Block a user