1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Revert change og video type

This commit is contained in:
Chocobozzz 2018-11-14 08:18:50 +01:00
parent 2963c3432f
commit fb651cf2d4
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -116,7 +116,7 @@ export class ClientHtml {
'og:video:url': embedUrl, 'og:video:url': embedUrl,
'og:video:secure_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:width': EMBED_SIZE.width,
'og:video:height': EMBED_SIZE.height, 'og:video:height': EMBED_SIZE.height,