diff --git a/server/tools/upload.ts b/server/tools/upload.ts index 796a0f723..9b104d308 100644 --- a/server/tools/upload.ts +++ b/server/tools/upload.ts @@ -79,8 +79,8 @@ async function run () { tags: program['tags'], commentsEnabled: program['commentsEnabled'], fixture: program['file'], - thumbnailfile: program['thumbnailPath'], - previewfile: program['previewPath'], + thumbnailfile: program['thumbnail'], + previewfile: program['preview'], waitTranscoding: true, privacy: program['privacy'], support: undefined