diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/plugins/client/client-hook.model.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/plugins/client/client-hook.model.ts b/shared/models/plugins/client/client-hook.model.ts index d811e2c67..7dd8bc507 100644 --- a/shared/models/plugins/client/client-hook.model.ts +++ b/shared/models/plugins/client/client-hook.model.ts | |||
@@ -26,6 +26,10 @@ export const clientFilterHookObject = { | |||
26 | 'filter:api.video-watch.video.get.params': true, | 26 | 'filter:api.video-watch.video.get.params': true, |
27 | 'filter:api.video-watch.video.get.result': true, | 27 | 'filter:api.video-watch.video.get.result': true, |
28 | 28 | ||
29 | // Filter params/result of the function that fetch video playlist elements of the video-watch page | ||
30 | 'filter:api.video-watch.video-playlist-elements.get.params': true, | ||
31 | 'filter:api.video-watch.video-playlist-elements.get.result': true, | ||
32 | |||
29 | // Filter params/result of the function that fetch the threads of the video-watch page | 33 | // Filter params/result of the function that fetch the threads of the video-watch page |
30 | 'filter:api.video-watch.video-threads.list.params': true, | 34 | 'filter:api.video-watch.video-threads.list.params': true, |
31 | 'filter:api.video-watch.video-threads.list.result': true, | 35 | 'filter:api.video-watch.video-threads.list.result': true, |