diff options
author | BO41 <lukasw41@gmail.com> | 2018-11-13 12:11:33 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-11-13 15:28:50 +0100 |
commit | 891bc4f8bfa6ed8517dfffc9445db608a73d4917 (patch) | |
tree | 3e2c9e8190637ee84d4c5919b93aeb72e028b84e /server/lib/client-html.ts | |
parent | 1d859b5afa88583dc27027fe14d0aa13e24a44a3 (diff) | |
download | PeerTube-891bc4f8bfa6ed8517dfffc9445db608a73d4917.tar.gz PeerTube-891bc4f8bfa6ed8517dfffc9445db608a73d4917.tar.zst PeerTube-891bc4f8bfa6ed8517dfffc9445db608a73d4917.zip |
change 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 fc013e0c3..006b25bfd 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': 'text/html', | 119 | 'og:video:type': 'video/mp4', |
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 | ||