diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-19 17:00:08 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-03-19 17:00:08 +0100 |
commit | a0327eedb0136c4ba7358df80b75cc56bd25ffb8 (patch) | |
tree | 7de1486d3671e85ce53c650f74f70dbf3d8845b2 /scripts/create-transcoding-job.ts | |
parent | 1ed9b8ee69ba42b2be70512eb8df239be4676674 (diff) | |
download | PeerTube-a0327eedb0136c4ba7358df80b75cc56bd25ffb8.tar.gz PeerTube-a0327eedb0136c4ba7358df80b75cc56bd25ffb8.tar.zst PeerTube-a0327eedb0136c4ba7358df80b75cc56bd25ffb8.zip |
Rename video-file job to video-transcoding
Diffstat (limited to 'scripts/create-transcoding-job.ts')
-rwxr-xr-x | scripts/create-transcoding-job.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-transcoding-job.ts b/scripts/create-transcoding-job.ts index 7e5b687bb..4a677eacb 100755 --- a/scripts/create-transcoding-job.ts +++ b/scripts/create-transcoding-job.ts | |||
@@ -42,6 +42,6 @@ async function run () { | |||
42 | } | 42 | } |
43 | 43 | ||
44 | await JobQueue.Instance.init() | 44 | await JobQueue.Instance.init() |
45 | await JobQueue.Instance.createJob({ type: 'video-file', payload: dataInput }) | 45 | await JobQueue.Instance.createJob({ type: 'video-transcoding', payload: dataInput }) |
46 | console.log('Transcoding job for video %s created.', video.uuid) | 46 | console.log('Transcoding job for video %s created.', video.uuid) |
47 | } | 47 | } |