1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Add embed info jsonld in embeds too

This commit is contained in:
Chocobozzz 2023-10-20 16:15:45 +02:00
parent 757ffb2a69
commit 521face89e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ export class VideoHtml {
return this.buildVideoHTML({
html,
video,
addEmbedInfo: false,
addEmbedInfo: true,
addOG: false,
addTwitterCard: false
})