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:
parent
5cf5465d20
commit
04a0ed13b4
3 changed files with 71 additions and 2 deletions
|
@ -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' ])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue