mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add ability to search playlists
This commit is contained in:
parent
33eb19e519
commit
37a44fc915
79 changed files with 1652 additions and 549 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue