aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types
diff options
context:
space:
mode:
Diffstat (limited to 'server/types')
-rw-r--r--server/types/models/video/video.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/types/models/video/video.ts b/server/types/models/video/video.ts
index 692490230..5225fbce5 100644
--- a/server/types/models/video/video.ts
+++ b/server/types/models/video/video.ts
@@ -107,7 +107,6 @@ export type MVideoAccountLight =
107export type MVideoWithRights = 107export type MVideoWithRights =
108 MVideo & 108 MVideo &
109 Use<'VideoBlacklist', MVideoBlacklistLight> & 109 Use<'VideoBlacklist', MVideoBlacklistLight> &
110 Use<'Thumbnails', MThumbnail[]> &
111 Use<'VideoChannel', MChannelUserId> 110 Use<'VideoChannel', MChannelUserId>
112 111
113// ############################################################################ 112// ############################################################################