1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Also update playlist URLs

This commit is contained in:
Chocobozzz 2024-01-04 08:57:57 +01:00
parent 5cf5465d20
commit 04a0ed13b4
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' ])