diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-05 13:40:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-09 09:18:07 +0200 |
commit | 64fd6158fd276f258bcfc4bb0c8fc2f64a220a11 (patch) | |
tree | 16deccc689788a3832ea3097fae8e4ccb30cabe3 /server/lib/live | |
parent | 84cae54e7a2595bea0c3ea106a4d111fd11a4ec6 (diff) | |
download | PeerTube-64fd6158fd276f258bcfc4bb0c8fc2f64a220a11.tar.gz PeerTube-64fd6158fd276f258bcfc4bb0c8fc2f64a220a11.tar.zst PeerTube-64fd6158fd276f258bcfc4bb0c8fc2f64a220a11.zip |
Fix resolution to transcode hook name
Diffstat (limited to 'server/lib/live')
-rw-r--r-- | server/lib/live/live-manager.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/live/live-manager.ts b/server/lib/live/live-manager.ts index 1d1ecd935..3ac57fa44 100644 --- a/server/lib/live/live-manager.ts +++ b/server/lib/live/live-manager.ts | |||
@@ -245,7 +245,7 @@ class LiveManager { | |||
245 | 245 | ||
246 | const allResolutions = await Hooks.wrapObject( | 246 | const allResolutions = await Hooks.wrapObject( |
247 | this.buildAllResolutionsToTranscode(resolution), | 247 | this.buildAllResolutionsToTranscode(resolution), |
248 | 'filter:transcoding.auto.lower-resolutions-to-transcode.result', | 248 | 'filter:transcoding.auto.resolutions-to-transcode.result', |
249 | { video } | 249 | { video } |
250 | ) | 250 | ) |
251 | 251 | ||