aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/plugins/client-hook.model.ts2
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,