From c04816108e8ec62eb29caf82806f3927dc5eb85a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 14 Dec 2020 11:27:56 +0100 Subject: Prepare changelog v3 --- shared/models/plugins/server-hook.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/models/plugins/server-hook.model.ts b/shared/models/plugins/server-hook.model.ts index 64d63f8f5..c82abadd7 100644 --- a/shared/models/plugins/server-hook.model.ts +++ b/shared/models/plugins/server-hook.model.ts @@ -10,7 +10,7 @@ export const serverFilterHookObject = { 'filter:api.accounts.videos.list.params': true, 'filter:api.accounts.videos.list.result': true, - // Filter params/result used to list account videos for the REST API + // Filter params/result used to list channel videos for the REST API 'filter:api.video-channels.videos.list.params': true, 'filter:api.video-channels.videos.list.result': true, -- cgit v1.2.3