diff options
Diffstat (limited to 'scripts/create-move-video-storage-job.ts')
-rw-r--r-- | scripts/create-move-video-storage-job.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-move-video-storage-job.ts b/scripts/create-move-video-storage-job.ts index 0f0d4ee35..13ba3c0b7 100644 --- a/scripts/create-move-video-storage-job.ts +++ b/scripts/create-move-video-storage-job.ts | |||
@@ -37,7 +37,7 @@ run() | |||
37 | async function run () { | 37 | async function run () { |
38 | await initDatabaseModels(true) | 38 | await initDatabaseModels(true) |
39 | 39 | ||
40 | JobQueue.Instance.init(true) | 40 | JobQueue.Instance.init() |
41 | 41 | ||
42 | let ids: number[] = [] | 42 | let ids: number[] = [] |
43 | 43 | ||