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

Merge branch 'release/6.0.0' into develop

This commit is contained in:
Chocobozzz 2024-01-04 10:37:01 +01:00
commit 2230b1571f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 71 additions and 2 deletions

View file

@ -25,7 +25,7 @@ export class PlaylistsCommand extends AbstractCommand {
count?: number
sort?: string
playlistType?: VideoPlaylistType_Type
}) {
} = {}) {
const path = '/api/v1/video-playlists'
const query = pick(options, [ 'start', 'count', 'sort', 'playlistType' ])