mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
parent
f7a566c70e
commit
ea4aabd4ea
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user