X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fplugins%2Fclient-hook.model.ts;h=7b7144676f2097a685372774d62efbed4392be95;hb=2498aaead1fb4f34c8c375ef9edff33456c4527a;hp=193a3f6469fdd1da07ea2f4bda2634f9acbfc48e;hpb=f95628636b6ccdf3eae2449ca718e075b072f678;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/plugins/client-hook.model.ts b/shared/models/plugins/client-hook.model.ts index 193a3f646..7b7144676 100644 --- a/shared/models/plugins/client-hook.model.ts +++ b/shared/models/plugins/client-hook.model.ts @@ -70,6 +70,9 @@ export const clientActionHookObject = { // Fired when a user click on 'View x replies' and they're loaded 'action:video-watch.video-thread-replies.loaded': true, + // Fired when the video edit page (upload, URL/torrent import, update) is being initialized + 'action:video-edit.init': true, + // Fired when the login page is being initialized 'action:login.init': true,