diff options
Diffstat (limited to 'shared/models/plugins/client-hook.model.ts')
-rw-r--r-- | shared/models/plugins/client-hook.model.ts | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/shared/models/plugins/client-hook.model.ts b/shared/models/plugins/client-hook.model.ts index f0cdb8b19..ecbe8bd3c 100644 --- a/shared/models/plugins/client-hook.model.ts +++ b/shared/models/plugins/client-hook.model.ts | |||
@@ -45,7 +45,12 @@ export const clientFilterHookObject = { | |||
45 | 'filter:api.signup.registration.create.params': true, | 45 | 'filter:api.signup.registration.create.params': true, |
46 | 46 | ||
47 | // Filter the options to create our player | 47 | // Filter the options to create our player |
48 | 'filter:internal.video-watch.player.build-options.result': true | 48 | 'filter:internal.video-watch.player.build-options.params': true, |
49 | 'filter:internal.video-watch.player.build-options.result': true, | ||
50 | |||
51 | // Filter our SVG icons content | ||
52 | 'filter:internal.common.svg-icons.get-content.params': true, | ||
53 | 'filter:internal.common.svg-icons.get-content.result': true | ||
49 | } | 54 | } |
50 | 55 | ||
51 | export type ClientFilterHookName = keyof typeof clientFilterHookObject | 56 | export type ClientFilterHookName = keyof typeof clientFilterHookObject |