mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add ability for plugins to add metadata
This commit is contained in:
parent
085aba61c3
commit
4899138ec5
4 changed files with 48 additions and 2 deletions
|
@ -87,6 +87,8 @@ export const clientFilterHookObject = {
|
|||
'filter:share.video-playlist-url.build.params': true,
|
||||
'filter:share.video-playlist-url.build.result': true,
|
||||
|
||||
'filter:video-watch.video-plugin-metadata.result': true,
|
||||
|
||||
// Filter videojs options built for PeerTube player
|
||||
'filter:internal.player.videojs.options.result': true,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue