aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/video-blacklist.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/video-blacklist.ts')
-rw-r--r--server/lib/video-blacklist.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/lib/video-blacklist.ts b/server/lib/video-blacklist.ts
index 0984c0d7a..91f44cb11 100644
--- a/server/lib/video-blacklist.ts
+++ b/server/lib/video-blacklist.ts
@@ -73,8 +73,7 @@ async function blacklistVideo (videoInstance: MVideoAccountLight, options: Video
73 unfederated: options.unfederate === true, 73 unfederated: options.unfederate === true,
74 reason: options.reason, 74 reason: options.reason,
75 type: VideoBlacklistType.MANUAL 75 type: VideoBlacklistType.MANUAL
76 } 76 })
77 )
78 blacklist.Video = videoInstance 77 blacklist.Video = videoInstance
79 78
80 if (options.unfederate === true) { 79 if (options.unfederate === true) {