mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-24 12:45:18 +02:00
Fix:Clicking series item in list view when collapsing series #877
This commit is contained in:
parent
46f558d6e0
commit
6b164bdb27
5 changed files with 17 additions and 95 deletions
|
@ -72,6 +72,9 @@ export default {
|
|||
showBookshelfListView() {
|
||||
return this.isBookEntity && this.bookshelfListView
|
||||
},
|
||||
sortingIgnorePrefix() {
|
||||
return this.$store.getters['getServerSetting']('sortingIgnorePrefix')
|
||||
},
|
||||
entityName() {
|
||||
return this.page
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue