Browse Source

Fix thumbnail url rename

Leszek Wiesner 4 years ago
parent
commit
dc978f32ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/src/commands/media/uploadVideo.ts

+ 1 - 1
cli/src/commands/media/uploadVideo.ts

@@ -256,7 +256,7 @@ export default class UploadVideoCommand extends MediaCommandBase {
     const videoProps = await videoPrompter.promptMultipleProps([
       'title',
       'description',
-      'thumbnailURL',
+      'thumbnailUrl',
       'duration',
       'isPublic',
       'isExplicit',