mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
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([
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue