aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models')
-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 ecbe8bd3c..fc36e5771 100644
--- a/shared/models/plugins/client-hook.model.ts
+++ b/shared/models/plugins/client-hook.model.ts
@@ -65,6 +65,8 @@ export const clientActionHookObject = {
65 'action:video-watch.video.loaded': true, 65 'action:video-watch.video.loaded': true,
66 // Fired when the player finished loading 66 // Fired when the player finished loading
67 'action:video-watch.player.loaded': true, 67 'action:video-watch.player.loaded': true,
68 // Fired when the video watch page comments(threads) are loaded and load more comments on scroll
69 'action:video-watch.video-threads.loaded': true,
68 70
69 // Fired when the search page is being initialized 71 // Fired when the search page is being initialized
70 'action:search.init': true, 72 'action:search.init': true,