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:
2963c34
)
Revert change og video type
author
Chocobozzz
<me@florianbigard.com>
Wed, 14 Nov 2018 07:18:50 +0000
(08:18 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 14 Nov 2018 07:18:50 +0000
(08:18 +0100)
server/lib/client-html.ts
patch
|
blob
|
history
diff --git
a/server/lib/client-html.ts
b/server/lib/client-html.ts
index 006b25bfda28d1168d140f50b3328b2ecab17545..fc013e0c3bc2601af26d7cf7e171886c62c9ba44 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': '
video/mp4
',
+ 'og:video:type': '
text/html
',
'og:video:width': EMBED_SIZE.width,
'og:video:height': EMBED_SIZE.height,