mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 03:15:58 +02:00
feat: Add a Show Subtitles option
This commit is contained in:
@@ -120,6 +120,9 @@ export default {
|
||||
filterBy() {
|
||||
return this.$store.getters['user/getUserSetting']('filterBy')
|
||||
},
|
||||
showSubtitles() {
|
||||
return this.$store.getters['user/getUserSetting']('showSubtitles')
|
||||
},
|
||||
collapseSeries() {
|
||||
return this.$store.getters['user/getUserSetting']('collapseSeries')
|
||||
},
|
||||
|
Reference in New Issue
Block a user