1
0
Fork 0

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

@ -60,7 +60,7 @@ export class PlaylistHtml {
return this.buildPlaylistHTML({
html,
playlist,
addEmbedInfo: false,
addEmbedInfo: true,
addOG: false,
addTwitterCard: false
})

View File

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