1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

add client hook filter:videojs.options

closes #4086
This commit is contained in:
kontrollanten 2021-05-15 06:30:24 +02:00 committed by Chocobozzz
parent 520bf885c5
commit 72f611ca15
9 changed files with 339 additions and 320 deletions

View file

@ -53,7 +53,10 @@ export const clientFilterHookObject = {
'filter:internal.common.svg-icons.get-content.result': true,
// Filter left menu links
'filter:left-menu.links.create.result': true
'filter:left-menu.links.create.result': true,
// Filter videojs options built for PeerTube player
'filter:internal.player.videojs.options.result': true
}
export type ClientFilterHookName = keyof typeof clientFilterHookObject