From: Chocobozzz Date: Tue, 6 Aug 2019 07:26:28 +0000 (+0200) Subject: Optimize watch endpoint X-Git-Tag: v1.4.0-rc.1~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f847ccb33c7f2b8dd56a280b742b0b3152bf6b34;p=oweals%2Fpeertube.git Optimize watch endpoint --- 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 { const [ html, video ] = await Promise.all([ ClientHtml.getIndexHTML(req, res), - VideoModel.loadAndPopulateAccountAndServerAndTags(videoId) + VideoModel.load(videoId) ]) // Let Angular application handle errors