mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add embed info jsonld in embeds too
This commit is contained in:
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
Block a user