From c07eb946531dd190ae50624832e1147c8ccf3692 Mon Sep 17 00:00:00 2001 From: Julien Maulny Date: Tue, 1 Oct 2019 23:11:53 +0200 Subject: Add 'Most liked videos' page --- shared/models/plugins/client-hook.model.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shared/models/plugins') 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 = { 'filter:api.trending-videos.videos.list.params': true, 'filter:api.trending-videos.videos.list.result': true, + // Filter params/result of the function that fetch videos of the trending page + 'filter:api.most-liked-videos.videos.list.params': true, + 'filter:api.most-liked-videos.videos.list.result': true, + // Filter params/result of the function that fetch videos of the local page 'filter:api.local-videos.videos.list.params': true, 'filter:api.local-videos.videos.list.result': true, -- cgit v1.2.3