diff options
Diffstat (limited to 'shared/utils/videos')
-rw-r--r-- | shared/utils/videos/video-playlists.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/utils/videos/video-playlists.ts b/shared/utils/videos/video-playlists.ts index 7568852dc..4d110a131 100644 --- a/shared/utils/videos/video-playlists.ts +++ b/shared/utils/videos/video-playlists.ts | |||
@@ -127,7 +127,7 @@ function createVideoPlaylist (options: { | |||
127 | playlistAttrs: VideoPlaylistCreate, | 127 | playlistAttrs: VideoPlaylistCreate, |
128 | expectedStatus?: number | 128 | expectedStatus?: number |
129 | }) { | 129 | }) { |
130 | const path = '/api/v1/video-playlists/' | 130 | const path = '/api/v1/video-playlists' |
131 | 131 | ||
132 | const fields = omit(options.playlistAttrs, 'thumbnailfile') | 132 | const fields = omit(options.playlistAttrs, 'thumbnailfile') |
133 | 133 | ||