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, 2 insertions, 0 deletions
diff --git a/scripts/create-transcoding-job.ts b/scripts/create-transcoding-job.ts
index 95e1e66cf..c4b376431 100755
--- a/scripts/create-transcoding-job.ts
+++ b/scripts/create-transcoding-job.ts
@@ -77,6 +77,8 @@ async function run () {
77 type: 'new-resolution-to-webtorrent', 77 type: 'new-resolution-to-webtorrent',
78 videoUUID: video.uuid, 78 videoUUID: video.uuid,
79 79
80 createHLSIfNeeded: true,
81
80 // FIXME: check the file has audio 82 // FIXME: check the file has audio
81 hasAudio: true, 83 hasAudio: true,
82 84