From 5f85f8aa1c7a732a44a873de5f8f7aa41953a8f8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 18 Nov 2019 09:55:23 +0100 Subject: Video-watch hooks modifications for videojs --- shared/models/plugins/client-hook.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models/plugins/client-hook.model.ts') 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 = { '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, -- cgit v1.2.3