diff options
Diffstat (limited to 'shared/models/videos/video-create.model.ts')
-rw-r--r-- | shared/models/videos/video-create.model.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/videos/video-create.model.ts b/shared/models/videos/video-create.model.ts index 2a1f622f6..531eafe54 100644 --- a/shared/models/videos/video-create.model.ts +++ b/shared/models/videos/video-create.model.ts | |||
@@ -13,4 +13,8 @@ export interface VideoCreate { | |||
13 | tags?: string[] | 13 | tags?: string[] |
14 | commentsEnabled?: boolean | 14 | commentsEnabled?: boolean |
15 | privacy: VideoPrivacy | 15 | privacy: VideoPrivacy |
16 | scheduleUpdate?: { | ||
17 | updateAt: Date | ||
18 | privacy?: VideoPrivacy.PUBLIC | VideoPrivacy.UNLISTED | ||
19 | } | ||
16 | } | 20 | } |