mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-23 05:57:21 +00:00
parent
f7a566c70e
commit
ea4aabd4ea
@ -51,7 +51,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
shouldAutoPlay: _this => {
|
shouldAutoPlay: _this => {
|
||||||
return _this.getPreferenceBoolean("playerAutoPlay", true);
|
return _this.getPreferenceBoolean("playerAutoPlay", true) && !_this.isEmbed;
|
||||||
},
|
},
|
||||||
preferredVideoCodecs: _this => {
|
preferredVideoCodecs: _this => {
|
||||||
var preferredVideoCodecs = [];
|
var preferredVideoCodecs = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user