change video type
authorBO41 <lukasw41@gmail.com>
Tue, 13 Nov 2018 11:11:33 +0000 (12:11 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 13 Nov 2018 14:28:50 +0000 (15:28 +0100)
server/lib/client-html.ts

index fc013e0c3bc2601af26d7cf7e171886c62c9ba44..006b25bfda28d1168d140f50b3328b2ecab17545 100644 (file)
@@ -116,7 +116,7 @@ export class ClientHtml {
 
       'og:video:url': embedUrl,
       'og:video:secure_url': embedUrl,
-      'og:video:type': 'text/html',
+      'og:video:type': 'video/mp4',
       'og:video:width': EMBED_SIZE.width,
       'og:video:height': EMBED_SIZE.height,