mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +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
|
@ -102,8 +102,8 @@ export const serverFilterHookObject = {
|
|||
'filter:job-queue.process.params': true,
|
||||
'filter:job-queue.process.result': true,
|
||||
|
||||
'filter:transcoding.manual.lower-resolutions-to-transcode.result': true,
|
||||
'filter:transcoding.auto.lower-resolutions-to-transcode.result': true
|
||||
'filter:transcoding.manual.resolutions-to-transcode.result': true,
|
||||
'filter:transcoding.auto.resolutions-to-transcode.result': true
|
||||
}
|
||||
|
||||
export type ServerFilterHookName = keyof typeof serverFilterHookObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue