Update:Series page support sort ignore prefix #866

This commit is contained in:
advplyr 2022-07-30 17:07:54 -05:00
parent 06b8d1194c
commit b64a651b27
4 changed files with 18 additions and 9 deletions

View file

@ -52,13 +52,13 @@ export default {
width: this.entityWidth,
height: this.entityHeight,
bookCoverAspectRatio: this.bookCoverAspectRatio,
bookshelfView: this.bookshelfView
bookshelfView: this.bookshelfView,
sortingIgnorePrefix: !!this.sortingIgnorePrefix
}
if (this.entityName === 'books') {
props.filterBy = this.filterBy
props.orderBy = this.orderBy
props.sortingIgnorePrefix = !!this.sortingIgnorePrefix
}
var _this = this