diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-11-18 09:55:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-18 10:12:23 +0100 |
commit | 5f85f8aa1c7a732a44a873de5f8f7aa41953a8f8 (patch) | |
tree | bec4060ae49b4a40ab2951748b9c9d8b46a07318 /shared/models/plugins | |
parent | 76d5770b7a6c12802287dff401b455b26ad08266 (diff) | |
download | PeerTube-5f85f8aa1c7a732a44a873de5f8f7aa41953a8f8.tar.gz PeerTube-5f85f8aa1c7a732a44a873de5f8f7aa41953a8f8.tar.zst PeerTube-5f85f8aa1c7a732a44a873de5f8f7aa41953a8f8.zip |
Video-watch hooks modifications for videojs
Diffstat (limited to 'shared/models/plugins')
-rw-r--r-- | shared/models/plugins/client-hook.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/plugins/client-hook.model.ts b/shared/models/plugins/client-hook.model.ts index fd560302c..07ea7eb96 100644 --- a/shared/models/plugins/client-hook.model.ts +++ b/shared/models/plugins/client-hook.model.ts | |||
@@ -51,6 +51,8 @@ export const clientActionHookObject = { | |||
51 | 'action:video-watch.init': true, | 51 | 'action:video-watch.init': true, |
52 | // Fired when the video watch page loaded the video | 52 | // Fired when the video watch page loaded the video |
53 | 'action:video-watch.video.loaded': true, | 53 | 'action:video-watch.video.loaded': true, |
54 | // Fired when the player finished loading | ||
55 | 'action:video-watch.player.loaded': true, | ||
54 | 56 | ||
55 | // Fired when the search page is being initialized | 57 | // Fired when the search page is being initialized |
56 | 'action:search.init': true, | 58 | 'action:search.init': true, |