mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to search playlists
This commit is contained in:
@@ -27,6 +27,10 @@ export const serverFilterHookObject = {
|
||||
'filter:api.search.video-channels.local.list.result': true,
|
||||
'filter:api.search.video-channels.index.list.params': true,
|
||||
'filter:api.search.video-channels.index.list.result': true,
|
||||
'filter:api.search.video-playlists.local.list.params': true,
|
||||
'filter:api.search.video-playlists.local.list.result': true,
|
||||
'filter:api.search.video-playlists.index.list.params': true,
|
||||
'filter:api.search.video-playlists.index.list.result': true,
|
||||
|
||||
// Filter the result of the get function
|
||||
// Used to get detailed video information (video watch page for example)
|
||||
|
||||
Reference in New Issue
Block a user