diff options
Diffstat (limited to 'server/tools')
-rw-r--r-- | server/tools/upload.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tools/upload.ts b/server/tools/upload.ts index 97e24dc88..ce9e1b62e 100644 --- a/server/tools/upload.ts +++ b/server/tools/upload.ts | |||
@@ -76,7 +76,8 @@ async function run () { | |||
76 | commentsEnabled: program['commentsEnabled'], | 76 | commentsEnabled: program['commentsEnabled'], |
77 | fixture: program['file'], | 77 | fixture: program['file'], |
78 | thumbnailfile: program['thumbnailPath'], | 78 | thumbnailfile: program['thumbnailPath'], |
79 | previewfile: program['previewPath'] | 79 | previewfile: program['previewPath'], |
80 | support: undefined | ||
80 | } | 81 | } |
81 | 82 | ||
82 | await uploadVideo(program['url'], accessToken, videoAttributes) | 83 | await uploadVideo(program['url'], accessToken, videoAttributes) |