diff options
author | Chocobozzz <me@florianbigard.com> | 2018-11-14 08:18:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-11-14 08:18:50 +0100 |
commit | fb651cf2d426e7429a7c571ab7d93becd63ad116 (patch) | |
tree | 63081558fc0d882bbc773f0d6a4d3c8ec32ae765 /server/lib/client-html.ts | |
parent | 2963c3432f3967675530162b1bf87b549cc124f5 (diff) | |
download | PeerTube-fb651cf2d426e7429a7c571ab7d93becd63ad116.tar.gz PeerTube-fb651cf2d426e7429a7c571ab7d93becd63ad116.tar.zst PeerTube-fb651cf2d426e7429a7c571ab7d93becd63ad116.zip |
Revert change og video type
Diffstat (limited to 'server/lib/client-html.ts')
-rw-r--r-- | server/lib/client-html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts index 006b25bfd..fc013e0c3 100644 --- a/server/lib/client-html.ts +++ b/server/lib/client-html.ts | |||
@@ -116,7 +116,7 @@ export class ClientHtml { | |||
116 | 116 | ||
117 | 'og:video:url': embedUrl, | 117 | 'og:video:url': embedUrl, |
118 | 'og:video:secure_url': embedUrl, | 118 | 'og:video:secure_url': embedUrl, |
119 | 'og:video:type': 'video/mp4', | 119 | 'og:video:type': 'text/html', |
120 | 'og:video:width': EMBED_SIZE.width, | 120 | 'og:video:width': EMBED_SIZE.width, |
121 | 'og:video:height': EMBED_SIZE.height, | 121 | 'og:video:height': EMBED_SIZE.height, |
122 | 122 | ||