mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Rename video-file job to video-transcoding
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user