From 2760b454a761f6af3138b2fb5f34340772ab0d1e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 27 Oct 2021 14:37:04 +0200 Subject: Deprecate filter video query Introduce include and isLocal instead --- client/src/app/shared/shared-moderation/video-block.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/shared-moderation/video-block.component.ts') diff --git a/client/src/app/shared/shared-moderation/video-block.component.ts b/client/src/app/shared/shared-moderation/video-block.component.ts index f6c29dcfa..a6180dd14 100644 --- a/client/src/app/shared/shared-moderation/video-block.component.ts +++ b/client/src/app/shared/shared-moderation/video-block.component.ts @@ -61,7 +61,7 @@ export class VideoBlockComponent extends FormReactive implements OnInit { this.hide() this.video.blacklisted = true - this.video.blockedReason = reason + this.video.blacklistedReason = reason this.videoBlocked.emit() }, -- cgit v1.2.3