mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add 'Most liked videos' page
This commit is contained in:
committed by
Chocobozzz
parent
fff2183df6
commit
c07eb94653
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user