aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-transcoding-job.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/create-transcoding-job.ts b/scripts/create-transcoding-job.ts
index eb620aeca..5f56d6d36 100755
--- a/scripts/create-transcoding-job.ts
+++ b/scripts/create-transcoding-job.ts
@@ -53,7 +53,8 @@ async function run () {
53 videoUUID: video.uuid, 53 videoUUID: video.uuid,
54 resolution, 54 resolution,
55 isPortraitMode: false, 55 isPortraitMode: false,
56 copyCodecs: false 56 copyCodecs: false,
57 isMaxQuality: false
57 }) 58 })
58 } 59 }
59 } else if (options.resolution !== undefined) { 60 } else if (options.resolution !== undefined) {