Add 'Most liked videos' page

This commit is contained in:
Julien Maulny
2019-10-01 23:11:53 +02:00
committed by Chocobozzz
parent fff2183df6
commit c07eb94653
6 changed files with 97 additions and 0 deletions

View File

@@ -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,