]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/create-transcoding-job.ts
Fix hotkeys div overflow
[github/Chocobozzz/PeerTube.git] / scripts / create-transcoding-job.ts
index 7e5b687bbc2c22520fa5969d79ea29d2c71e5b32..4a677eacb1e1b2e937920146eb2725c5bf4765df 100755 (executable)
@@ -42,6 +42,6 @@ async function run () {
   }
 
   await JobQueue.Instance.init()
-  await JobQueue.Instance.createJob({ type: 'video-file', payload: dataInput })
+  await JobQueue.Instance.createJob({ type: 'video-transcoding', payload: dataInput })
   console.log('Transcoding job for video %s created.', video.uuid)
 }