diff options
Diffstat (limited to 'server/tools/peertube-upload.ts')
-rw-r--r-- | server/tools/peertube-upload.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube-upload.ts b/server/tools/peertube-upload.ts index 597137e4c..01fb1fe8d 100644 --- a/server/tools/peertube-upload.ts +++ b/server/tools/peertube-upload.ts | |||
@@ -62,7 +62,7 @@ async function run (url: string, username: string, password: string) { | |||
62 | } | 62 | } |
63 | 63 | ||
64 | try { | 64 | try { |
65 | await server.videosCommand.upload({ attributes }) | 65 | await server.videos.upload({ attributes }) |
66 | console.log(`Video ${options.videoName} uploaded.`) | 66 | console.log(`Video ${options.videoName} uploaded.`) |
67 | process.exit(0) | 67 | process.exit(0) |
68 | } catch (err) { | 68 | } catch (err) { |