diff options
Diffstat (limited to 'shared/models/plugins')
-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 dd9cc3ad6..bbd08365c 100644 --- a/shared/models/plugins/server/server-hook.model.ts +++ b/shared/models/plugins/server/server-hook.model.ts | |||
@@ -27,6 +27,10 @@ export const serverFilterHookObject = { | |||
27 | 'filter:api.overviews.videos.list.params': true, | 27 | 'filter:api.overviews.videos.list.params': true, |
28 | 'filter:api.overviews.videos.list.result': true, | 28 | 'filter:api.overviews.videos.list.result': true, |
29 | 29 | ||
30 | // Filter params/result used to list subscription videos for the REST API | ||
31 | 'filter:api.user.me.subscription-videos.list.params': true, | ||
32 | 'filter:api.user.me.subscription-videos.list.result': true, | ||
33 | |||
30 | // Filter params/results to search videos/channels in the DB or on the remote index | 34 | // Filter params/results to search videos/channels in the DB or on the remote index |
31 | 'filter:api.search.videos.local.list.params': true, | 35 | 'filter:api.search.videos.local.list.params': true, |
32 | 'filter:api.search.videos.local.list.result': true, | 36 | 'filter:api.search.videos.local.list.result': true, |