Rename video-file job to video-transcoding

This commit is contained in:
Chocobozzz 2019-03-19 17:00:08 +01:00
parent 1ed9b8ee69
commit a0327eedb0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 31 additions and 21 deletions

View file

@ -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)
}