aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/lib/client-html.ts2
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