Add plugin hook on transcoding resolutions building

This commit is contained in:
Chocobozzz
2022-08-02 16:05:44 +02:00
parent 22df69fdec
commit ebb9e53ada
6 changed files with 51 additions and 6 deletions

View File

@@ -93,7 +93,10 @@ export const serverFilterHookObject = {
'filter:html.embed.video-playlist.allowed.result': true,
'filter:job-queue.process.params': true,
'filter:job-queue.process.result': 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
}
export type ServerFilterHookName = keyof typeof serverFilterHookObject