Fix build
This commit is contained in:
parent
236841a1d7
commit
f88453e233
|
@ -84,7 +84,7 @@ async function onHlsPlaylistGenerationSuccess (video: MVideoFullLight) {
|
||||||
async function publishNewResolutionIfNeeded (video: MVideoUUID, payload?: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload) {
|
async function publishNewResolutionIfNeeded (video: MVideoUUID, payload?: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload) {
|
||||||
await publishAndFederateIfNeeded(video)
|
await publishAndFederateIfNeeded(video)
|
||||||
|
|
||||||
createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true })
|
createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true }))
|
||||||
}
|
}
|
||||||
|
|
||||||
async function onVideoFileOptimizerSuccess (
|
async function onVideoFileOptimizerSuccess (
|
||||||
|
|
Loading…
Reference in New Issue