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 44bd7abb5..8841dd2ac 100644
--- a/server/lib/client-html.ts
+++ b/server/lib/client-html.ts
@@ -41,7 +41,7 @@ export class ClientHtml {
41 41
42 const [ html, video ] = await Promise.all([ 42 const [ html, video ] = await Promise.all([
43 ClientHtml.getIndexHTML(req, res), 43 ClientHtml.getIndexHTML(req, res),
44 VideoModel.loadAndPopulateAccountAndServerAndTags(videoId) 44 VideoModel.load(videoId)
45 ]) 45 ])
46 46
47 // Let Angular application handle errors 47 // Let Angular application handle errors