diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/models/plugins/client-hook.model.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/plugins/client-hook.model.ts b/shared/models/plugins/client-hook.model.ts index cfa2653c6..fd560302c 100644 --- a/shared/models/plugins/client-hook.model.ts +++ b/shared/models/plugins/client-hook.model.ts | |||
@@ -5,6 +5,10 @@ export const clientFilterHookObject = { | |||
5 | 'filter:api.trending-videos.videos.list.params': true, | 5 | 'filter:api.trending-videos.videos.list.params': true, |
6 | 'filter:api.trending-videos.videos.list.result': true, | 6 | 'filter:api.trending-videos.videos.list.result': true, |
7 | 7 | ||
8 | // Filter params/result of the function that fetch videos of the trending page | ||
9 | 'filter:api.most-liked-videos.videos.list.params': true, | ||
10 | 'filter:api.most-liked-videos.videos.list.result': true, | ||
11 | |||
8 | // Filter params/result of the function that fetch videos of the local page | 12 | // Filter params/result of the function that fetch videos of the local page |
9 | 'filter:api.local-videos.videos.list.params': true, | 13 | 'filter:api.local-videos.videos.list.params': true, |
10 | 'filter:api.local-videos.videos.list.result': true, | 14 | 'filter:api.local-videos.videos.list.result': true, |