Browse Source

Add embed info jsonld in embeds too

Chocobozzz 7 months ago
parent
commit
521face89e

+ 1 - 1
server/core/lib/html/shared/playlist-html.ts

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

+ 1 - 1
server/core/lib/html/shared/video-html.ts

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