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 3ea30f98e..7e5b687bb 100755 --- a/scripts/create-transcoding-job.ts +++ b/scripts/create-transcoding-job.ts | |||
@@ -28,7 +28,7 @@ run() | |||
28 | async function run () { | 28 | async function run () { |
29 | await initDatabaseModels(true) | 29 | await initDatabaseModels(true) |
30 | 30 | ||
31 | const video = await VideoModel.loadByUUID(program['video']) | 31 | const video = await VideoModel.loadByUUIDWithFile(program['video']) |
32 | if (!video) throw new Error('Video not found.') | 32 | if (!video) throw new Error('Video not found.') |
33 | 33 | ||
34 | const dataInput = { | 34 | const dataInput = { |