mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Fix resolution to transcode hook name
This commit is contained in:
parent
84cae54e7a
commit
64fd6158fd
6 changed files with 7 additions and 7 deletions
|
@ -33,7 +33,7 @@ async function createTranscoding (req: express.Request, res: express.Response) {
|
|||
const { resolution: maxResolution, audioStream } = await video.probeMaxQualityFile()
|
||||
const resolutions = await Hooks.wrapObject(
|
||||
computeResolutionsToTranscode({ inputResolution: maxResolution, type: 'vod', includeInputResolution: true }),
|
||||
'filter:transcoding.manual.lower-resolutions-to-transcode.result',
|
||||
'filter:transcoding.manual.resolutions-to-transcode.result',
|
||||
body
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue