diff options
-rw-r--r-- | server/lib/job-queue/handlers/video-transcoding.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/job-queue/handlers/video-transcoding.ts b/server/lib/job-queue/handlers/video-transcoding.ts index 04143eec3..20f8c3f50 100644 --- a/server/lib/job-queue/handlers/video-transcoding.ts +++ b/server/lib/job-queue/handlers/video-transcoding.ts | |||
@@ -84,7 +84,7 @@ async function onHlsPlaylistGenerationSuccess (video: MVideoFullLight) { | |||
84 | async function publishNewResolutionIfNeeded (video: MVideoUUID, payload?: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload) { | 84 | async function publishNewResolutionIfNeeded (video: MVideoUUID, payload?: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload) { |
85 | await publishAndFederateIfNeeded(video) | 85 | await publishAndFederateIfNeeded(video) |
86 | 86 | ||
87 | createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true }) | 87 | createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true })) |
88 | } | 88 | } |
89 | 89 | ||
90 | async function onVideoFileOptimizerSuccess ( | 90 | async function onVideoFileOptimizerSuccess ( |