diff options
Diffstat (limited to 'shared/models/plugins/server/server-hook.model.ts')
-rw-r--r-- | shared/models/plugins/server/server-hook.model.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/plugins/server/server-hook.model.ts b/shared/models/plugins/server/server-hook.model.ts index 5f29534b5..562c6eb12 100644 --- a/shared/models/plugins/server/server-hook.model.ts +++ b/shared/models/plugins/server/server-hook.model.ts | |||
@@ -18,6 +18,10 @@ export const serverFilterHookObject = { | |||
18 | 'filter:api.user.me.videos.list.params': true, | 18 | 'filter:api.user.me.videos.list.params': true, |
19 | 'filter:api.user.me.videos.list.result': true, | 19 | 'filter:api.user.me.videos.list.result': true, |
20 | 20 | ||
21 | // Filter params/result used to list overview videos for the REST API | ||
22 | 'filter:api.overviews.videos.list.params': true, | ||
23 | 'filter:api.overviews.videos.list.result': true, | ||
24 | |||
21 | // Filter params/results to search videos/channels in the DB or on the remote index | 25 | // Filter params/results to search videos/channels in the DB or on the remote index |
22 | 'filter:api.search.videos.local.list.params': true, | 26 | 'filter:api.search.videos.local.list.params': true, |
23 | 'filter:api.search.videos.local.list.result': true, | 27 | 'filter:api.search.videos.local.list.result': true, |