mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
@ -51,7 +51,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
shouldAutoPlay: _this => {
|
||||
return _this.getPreferenceBoolean("playerAutoPlay", true);
|
||||
return _this.getPreferenceBoolean("playerAutoPlay", true) && !_this.isEmbed;
|
||||
},
|
||||
preferredVideoCodecs: _this => {
|
||||
var preferredVideoCodecs = [];
|
||||
|
Reference in New Issue
Block a user