1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

harmonize search for libraries

This commit is contained in:
Rigel Kent 2020-07-23 21:30:04 +02:00 committed by Rigel Kent
parent bc99dfe54e
commit 4f5d045960
32 changed files with 295 additions and 102 deletions

View file

@ -120,7 +120,8 @@ async function listAccountChannels (req: express.Request, res: express.Response)
start: req.query.start,
count: req.query.count,
sort: req.query.sort,
withStats: req.query.withStats
withStats: req.query.withStats,
search: req.query.search
}
const resultList = await VideoChannelModel.listByAccount(options)