mirror of https://github.com/Chocobozzz/PeerTube
change video type
parent
1d859b5afa
commit
891bc4f8bf
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue