Skip to content
Snippets Groups Projects
Unverified Commit f847ccb3 authored by Chocobozzz's avatar Chocobozzz
Browse files

Optimize watch endpoint

parent f9f89092
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ export class ClientHtml { ...@@ -41,7 +41,7 @@ export class ClientHtml {
const [ html, video ] = await Promise.all([ const [ html, video ] = await Promise.all([
ClientHtml.getIndexHTML(req, res), ClientHtml.getIndexHTML(req, res),
VideoModel.loadAndPopulateAccountAndServerAndTags(videoId) VideoModel.load(videoId)
]) ])
// Let Angular application handle errors // Let Angular application handle errors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment