mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to click on the account in watch page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user