mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Video-watch hooks modifications for videojs
This commit is contained in:
parent
76d5770b7a
commit
5f85f8aa1c
2 changed files with 6 additions and 1 deletions
|
@ -51,6 +51,8 @@ export const clientActionHookObject = {
|
|||
'action:video-watch.init': true,
|
||||
// Fired when the video watch page loaded the video
|
||||
'action:video-watch.video.loaded': true,
|
||||
// Fired when the player finished loading
|
||||
'action:video-watch.player.loaded': true,
|
||||
|
||||
// Fired when the search page is being initialized
|
||||
'action:search.init': true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue