From 86521a67b2edb06a139b095e489c205457eaba8f Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 17 Apr 2020 10:47:22 +0200 Subject: Add video channel and video thumbnail, rework video appearance in row --- server/models/video/video.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/models/video/video.ts') diff --git a/server/models/video/video.ts b/server/models/video/video.ts index 2636ebd8e..f32216e90 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts @@ -810,7 +810,7 @@ export class VideoModel extends Model { if (instance.VideoAbuses.length === 0) return undefined } - const details = instance.toFormattedJSON() + const details = instance.toFormattedDetailsJSON() for (const abuse of instance.VideoAbuses) { tasks.push((_ => { -- cgit v1.2.3