projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d859b5
)
change video type
author
BO41
<lukasw41@gmail.com>
Tue, 13 Nov 2018 11:11:33 +0000
(12:11 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Tue, 13 Nov 2018 14:28:50 +0000
(15:28 +0100)
server/lib/client-html.ts
patch
|
blob
|
history
diff --git
a/server/lib/client-html.ts
b/server/lib/client-html.ts
index fc013e0c3bc2601af26d7cf7e171886c62c9ba44..006b25bfda28d1168d140f50b3328b2ecab17545 100644
(file)
--- a/
server/lib/client-html.ts
+++ b/
server/lib/client-html.ts
@@
-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,