diff options
Diffstat (limited to 'shared/models/plugins')
-rw-r--r-- | shared/models/plugins/server-hook.model.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/plugins/server-hook.model.ts b/shared/models/plugins/server-hook.model.ts index c82abadd7..082b4b591 100644 --- a/shared/models/plugins/server-hook.model.ts +++ b/shared/models/plugins/server-hook.model.ts | |||
@@ -14,6 +14,10 @@ export const serverFilterHookObject = { | |||
14 | 'filter:api.video-channels.videos.list.params': true, | 14 | 'filter:api.video-channels.videos.list.params': true, |
15 | 'filter:api.video-channels.videos.list.result': true, | 15 | 'filter:api.video-channels.videos.list.result': true, |
16 | 16 | ||
17 | // Filter params/result used to list my user videos for the REST API | ||
18 | 'filter:api.user.me.videos.list.params': true, | ||
19 | 'filter:api.user.me.videos.list.result': true, | ||
20 | |||
17 | // Filter the result of the get function | 21 | // Filter the result of the get function |
18 | // Used to get detailed video information (video watch page for example) | 22 | // Used to get detailed video information (video watch page for example) |
19 | 'filter:api.video.get.result': true, | 23 | 'filter:api.video.get.result': true, |