]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Revert change og video type
authorChocobozzz <me@florianbigard.com>
Wed, 14 Nov 2018 07:18:50 +0000 (08:18 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 14 Nov 2018 07:18:50 +0000 (08:18 +0100)
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,