]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/server/server-hook.model.ts
Add ability to search playlists
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / server / server-hook.model.ts
index 88277af5aef234c783db108652d7e5f5ebdf87c9..dae243dbf5d563563e2b8f6a911a789926d074d5 100644 (file)
@@ -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)