aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/create-transcoding-job.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create-transcoding-job.ts')
-rwxr-xr-xscripts/create-transcoding-job.ts2
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}