mirror of https://github.com/Chocobozzz/PeerTube
Add embed info jsonld in embeds too
parent
757ffb2a69
commit
521face89e
|
@ -60,7 +60,7 @@ export class PlaylistHtml {
|
|||
return this.buildPlaylistHTML({
|
||||
html,
|
||||
playlist,
|
||||
addEmbedInfo: false,
|
||||
addEmbedInfo: true,
|
||||
addOG: false,
|
||||
addTwitterCard: false
|
||||
})
|
||||
|
|
|
@ -62,7 +62,7 @@ export class VideoHtml {
|
|||
return this.buildVideoHTML({
|
||||
html,
|
||||
video,
|
||||
addEmbedInfo: false,
|
||||
addEmbedInfo: true,
|
||||
addOG: false,
|
||||
addTwitterCard: false
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue