diff options
Diffstat (limited to 'client/src/app/shared/shared-moderation')
-rw-r--r-- | client/src/app/shared/shared-moderation/video-block.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
61 | this.hide() | 61 | this.hide() |
62 | 62 | ||
63 | this.video.blacklisted = true | 63 | this.video.blacklisted = true |
64 | this.video.blockedReason = reason | 64 | this.video.blacklistedReason = reason |
65 | 65 | ||
66 | this.videoBlocked.emit() | 66 | this.videoBlocked.emit() |
67 | }, | 67 | }, |