From d636ab58d042494ef9d17b2d9c4c841bae01c897 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Aug 2019 10:46:54 +0200 Subject: Fix html tag with blacklisted video --- server/typings/models/video/video.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/typings') diff --git a/server/typings/models/video/video.ts b/server/typings/models/video/video.ts index be32d4617..9a53bd337 100644 --- a/server/typings/models/video/video.ts +++ b/server/typings/models/video/video.ts @@ -52,6 +52,10 @@ export type MVideoWithFileThumbnail = MVideo & Use<'VideoFiles', MVideoFile[]> & Use<'Thumbnails', MThumbnail[]> +export type MVideoThumbnailBlacklist = MVideo & + Use<'Thumbnails', MThumbnail[]> & + Use<'VideoBlacklist', MVideoBlacklistLight> + export type MVideoTag = MVideo & Use<'Tags', MTag[]> -- cgit v1.2.3