1
0
Fork 0
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:
Rigel Kent 2019-11-18 09:55:23 +01:00 committed by Chocobozzz
parent 76d5770b7a
commit 5f85f8aa1c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 6 additions and 1 deletions

View file

@ -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,