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:
parent
bc99dfe54e
commit
4f5d045960
32 changed files with 295 additions and 102 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue