mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-07 09:50:20 +02:00
Makes it so the when sorting and ignoring prefixes, they are actually ignored
This commit is contained in:
@ -288,7 +288,7 @@ class LibraryController {
|
||||
} else if (payload.sortBy === 'addedAt') {
|
||||
return se.addedAt
|
||||
} else { // sort by name
|
||||
return this.db.serverSettings.sortingIgnorePrefix ? se.nameIgnorePrefix : se.name
|
||||
return this.db.serverSettings.sortingIgnorePrefix ? se.nameIgnorePrefixSort : se.name
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user