Update youtube.js
This commit is contained in:
parent
db2997ef21
commit
1c79ce70c9
@ -158,7 +158,6 @@ const youtube = {
|
|||||||
autoplay: player.config.autoplay ? 1 : 0, // Autoplay
|
autoplay: player.config.autoplay ? 1 : 0, // Autoplay
|
||||||
hl: player.config.hl, // iframe interface language
|
hl: player.config.hl, // iframe interface language
|
||||||
controls: player.supported.ui ? 0 : 1, // Only show controls if not fully supported
|
controls: player.supported.ui ? 0 : 1, // Only show controls if not fully supported
|
||||||
|
|
||||||
rel: 0, // No related vids
|
rel: 0, // No related vids
|
||||||
showinfo: 0, // Hide info
|
showinfo: 0, // Hide info
|
||||||
iv_load_policy: 3, // Hide annotations
|
iv_load_policy: 3, // Hide annotations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user