mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add setting helper to client plugins
This commit is contained in:
@@ -49,7 +49,10 @@ export const clientActionHookObject = {
|
||||
'action:video-watch.video.loaded': true,
|
||||
|
||||
// Fired when the search page is being initialized
|
||||
'action:search.init': true
|
||||
'action:search.init': true,
|
||||
|
||||
// Fired every time Angular URL changes
|
||||
'action:router.navigation-end': true
|
||||
}
|
||||
|
||||
export type ClientActionHookName = keyof typeof clientActionHookObject
|
||||
|
||||
Reference in New Issue
Block a user