mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
hooks filter:api.my-lib.playlist-elems.get.* (#5098)
* hooks filter:api.my-lib.playlist-elems.get.* closes #4776 * Introduce my-library plugin scope Co-authored-by: Chocobozzz <me@florianbigard.com>
This commit is contained in:
parent
edd7b1256b
commit
f8b4a71d42
4 changed files with 17 additions and 4 deletions
|
@ -51,6 +51,10 @@ export const clientFilterHookObject = {
|
|||
// Filter form
|
||||
'filter:api.signup.registration.create.params': true,
|
||||
|
||||
// Filter params/result of the function that fetch video playlist elements of the my-library page
|
||||
'filter:api.my-library.video-playlist-elements.list.params': true,
|
||||
'filter:api.my-library.video-playlist-elements.list.result': true,
|
||||
|
||||
// Filter the options to create our player
|
||||
'filter:internal.video-watch.player.build-options.params': true,
|
||||
'filter:internal.video-watch.player.build-options.result': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue