1
0
Fork 0

Fix build

This commit is contained in:
Chocobozzz 2020-12-22 16:49:17 +01:00
parent 236841a1d7
commit f88453e233
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ async function onHlsPlaylistGenerationSuccess (video: MVideoFullLight) {
async function publishNewResolutionIfNeeded (video: MVideoUUID, payload?: NewResolutionTranscodingPayload | MergeAudioTranscodingPayload) {
await publishAndFederateIfNeeded(video)
createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true })
createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true }))
}
async function onVideoFileOptimizerSuccess (