mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 17:44:51 +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
|
@ -51,9 +51,6 @@ export default {
|
|||
if (this.bookCoverAspectRatio === 1) return this.width / (120 * 1.6 * 2)
|
||||
return this.width / 240
|
||||
},
|
||||
showExperimentalFeatures() {
|
||||
return this.store.state.showExperimentalFeatures
|
||||
},
|
||||
store() {
|
||||
return this.$store || this.$nuxt.$store
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue