mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-18 01:39:38 +00:00
Add:Enable e-reader server setting to allow all users to access experimental e-reader #614
This commit is contained in:
parent
302870a101
commit
796602d1b2
12 changed files with 44 additions and 45 deletions
|
|
@ -153,9 +153,6 @@ export default {
|
|||
},
|
||||
currentChapterName() {
|
||||
return this.currentChapter ? this.currentChapter.title : ''
|
||||
},
|
||||
showExperimentalFeatures() {
|
||||
return this.$store.state.showExperimentalFeatures
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue