mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add embed info jsonld in embeds too
This commit is contained in:
parent
757ffb2a69
commit
521face89e
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ export class PlaylistHtml {
|
||||||
return this.buildPlaylistHTML({
|
return this.buildPlaylistHTML({
|
||||||
html,
|
html,
|
||||||
playlist,
|
playlist,
|
||||||
addEmbedInfo: false,
|
addEmbedInfo: true,
|
||||||
addOG: false,
|
addOG: false,
|
||||||
addTwitterCard: false
|
addTwitterCard: false
|
||||||
})
|
})
|
||||||
|
|
|
@ -62,7 +62,7 @@ export class VideoHtml {
|
||||||
return this.buildVideoHTML({
|
return this.buildVideoHTML({
|
||||||
html,
|
html,
|
||||||
video,
|
video,
|
||||||
addEmbedInfo: false,
|
addEmbedInfo: true,
|
||||||
addOG: false,
|
addOG: false,
|
||||||
addTwitterCard: false
|
addTwitterCard: false
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue