diff options
Diffstat (limited to 'shared/models/videos/video.model.ts')
-rw-r--r-- | shared/models/videos/video.model.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index f7bbaac76..8dfa96069 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -43,6 +43,9 @@ export interface Video { | |||
43 | state?: VideoConstant<VideoState> | 43 | state?: VideoConstant<VideoState> |
44 | scheduledUpdate?: VideoScheduleUpdate | 44 | scheduledUpdate?: VideoScheduleUpdate |
45 | 45 | ||
46 | blacklisted?: boolean | ||
47 | blacklistedReason?: string | ||
48 | |||
46 | account: { | 49 | account: { |
47 | id: number | 50 | id: number |
48 | uuid: string | 51 | uuid: string |