diff options
Diffstat (limited to 'scripts/create-transcoding-job.ts')
-rwxr-xr-x | scripts/create-transcoding-job.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-transcoding-job.ts b/scripts/create-transcoding-job.ts index aa97b0ba7..ffdf55ae4 100755 --- a/scripts/create-transcoding-job.ts +++ b/scripts/create-transcoding-job.ts | |||
@@ -97,7 +97,7 @@ async function run () { | |||
97 | } | 97 | } |
98 | } | 98 | } |
99 | 99 | ||
100 | JobQueue.Instance.init(true) | 100 | JobQueue.Instance.init() |
101 | 101 | ||
102 | video.state = VideoState.TO_TRANSCODE | 102 | video.state = VideoState.TO_TRANSCODE |
103 | await video.save() | 103 | await video.save() |