Optimize watch endpoint
This commit is contained in:
parent
f9f8909298
commit
f847ccb33c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue