Revert change og video type
This commit is contained in:
parent
2963c3432f
commit
fb651cf2d4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue