Fix:Clicking series item in list view when collapsing series #877

This commit is contained in:
advplyr 2023-10-07 13:39:47 -05:00
parent 46f558d6e0
commit 6b164bdb27
5 changed files with 17 additions and 95 deletions

View file

@ -72,6 +72,9 @@ export default {
showBookshelfListView() {
return this.isBookEntity && this.bookshelfListView
},
sortingIgnorePrefix() {
return this.$store.getters['getServerSetting']('sortingIgnorePrefix')
},
entityName() {
return this.page
},