mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
f7a566c70e
commit
ea4aabd4ea
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue