mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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) {
|
||||
await publishAndFederateIfNeeded(video)
|
||||
|
||||
createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true })
|
||||
createHlsJobIfEnabled(Object.assign({}, payload, { copyCodecs: true }))
|
||||
}
|
||||
|
||||
async function onVideoFileOptimizerSuccess (
|
||||
|
Loading…
Reference in New Issue
Block a user