diff options
Diffstat (limited to 'server/controllers')
-rw-r--r-- | server/controllers/api/videos/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/videos/index.ts b/server/controllers/api/videos/index.ts index 244099015..b4cd67158 100644 --- a/server/controllers/api/videos/index.ts +++ b/server/controllers/api/videos/index.ts | |||
@@ -418,7 +418,7 @@ async function removeVideo (req: express.Request, res: express.Response) { | |||
418 | } | 418 | } |
419 | 419 | ||
420 | async function searchVideos (req: express.Request, res: express.Response, next: express.NextFunction) { | 420 | async function searchVideos (req: express.Request, res: express.Response, next: express.NextFunction) { |
421 | const resultList = await VideoModel.searchAndPopulateAccountAndServerAndTags( | 421 | const resultList = await VideoModel.searchAndPopulateAccountAndServer( |
422 | req.query.search, | 422 | req.query.search, |
423 | req.query.start, | 423 | req.query.start, |
424 | req.query.count, | 424 | req.query.count, |