change video type

This commit is contained in:
BO41 2018-11-13 12:11:33 +01:00 committed by Chocobozzz
parent 1d859b5afa
commit 891bc4f8bf
1 changed files with 1 additions and 1 deletions

View 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,