1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix filters on playlists

This commit is contained in:
Wicklow 2023-02-23 15:39:09 +01:00 committed by Chocobozzz
parent 918ba713e4
commit 16ccb43767
5 changed files with 126 additions and 11 deletions

View file

@ -139,7 +139,7 @@ async function listVideoPlaylists (req: express.Request, res: express.Response)
start: req.query.start,
count: req.query.count,
sort: req.query.sort,
type: req.query.type
type: req.query.playlistType
})
return res.json(getFormattedObjects(resultList.data, resultList.total))