diff options
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 | } |