From 64fd6158fd276f258bcfc4bb0c8fc2f64a220a11 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Aug 2022 13:40:56 +0200 Subject: Fix resolution to transcode hook name --- server/controllers/api/videos/transcoding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/controllers') diff --git a/server/controllers/api/videos/transcoding.ts b/server/controllers/api/videos/transcoding.ts index 09ab7dc0f..7d924c5ac 100644 --- a/server/controllers/api/videos/transcoding.ts +++ b/server/controllers/api/videos/transcoding.ts @@ -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 ) -- cgit v1.2.3