]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/client-html.ts
Merge branch 'move-utils-to-shared' of https://github.com/buoyantair/PeerTube into...
[github/Chocobozzz/PeerTube.git] / server / lib / client-html.ts
index 006b25bfda28d1168d140f50b3328b2ecab17545..fc013e0c3bc2601af26d7cf7e171886c62c9ba44 100644 (file)
@@ -116,7 +116,7 @@ export class ClientHtml {
 
       'og:video:url': embedUrl,
       'og:video:secure_url': embedUrl,
-      'og:video:type': 'video/mp4',
+      'og:video:type': 'text/html',
       'og:video:width': EMBED_SIZE.width,
       'og:video:height': EMBED_SIZE.height,