mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fixed autoplay
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user