Fixed autoplay

This commit is contained in:
root
2023-06-05 20:33:27 +05:30
parent 2a1982b0dd
commit 29e549ab89
+1 -1
View File
@@ -56,7 +56,7 @@ export default {
},
computed: {
shouldAutoPlay () {
return this.$store.getters['prefs/getPreferenceBoolean']('playerAutoPlay', true) && !this.$store.getters['prefs/isEmbedded']
return this.$store.getters['prefs/getPreferenceBoolean']('playerAutoplay', true) && !this.$store.getters['prefs/isEmbedded']
},
preferredVideoCodecs () {