mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 01:35:08 +02:00
Add:Experimental direct play support
This commit is contained in:
parent
eb82d9c300
commit
ecf62c5443
5 changed files with 155 additions and 32 deletions
|
@ -72,6 +72,9 @@ export default {
|
|||
}
|
||||
},
|
||||
computed: {
|
||||
showExperimentalFeatures() {
|
||||
return this.$store.state.showExperimentalFeatures
|
||||
},
|
||||
coverAspectRatio() {
|
||||
return this.$store.getters['getServerSetting']('coverAspectRatio')
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue