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 fe3bd26de..29c398822 100755
--- a/scripts/create-transcoding-job.ts
+++ b/scripts/create-transcoding-job.ts
@@ -91,7 +91,7 @@ async function run () {
91 } 91 }
92 } 92 }
93 93
94 JobQueue.Instance.init() 94 JobQueue.Instance.init(true)
95 95
96 video.state = VideoState.TO_TRANSCODE 96 video.state = VideoState.TO_TRANSCODE
97 await video.save() 97 await video.save()