Add ability to click on the account in watch page

This commit is contained in:
Chocobozzz
2018-04-17 15:11:12 +02:00
parent 4195cd2bc5
commit 66dc590764
8 changed files with 24 additions and 14 deletions

View File

@@ -418,7 +418,7 @@ async function removeVideo (req: express.Request, res: express.Response) {
}
async function searchVideos (req: express.Request, res: express.Response, next: express.NextFunction) {
const resultList = await VideoModel.searchAndPopulateAccountAndServerAndTags(
const resultList = await VideoModel.searchAndPopulateAccountAndServer(
req.query.search,
req.query.start,
req.query.count,