]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-update.model.ts
Merge branch 'master' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-update.model.ts
index ed141a824f6959e169ac2ba9c573e1f60da68b66..4ef9041560edc68b1615f41d005e839e5125edfd 100644 (file)
@@ -11,10 +11,12 @@ export interface VideoUpdate {
   privacy?: VideoPrivacy
   tags?: string[]
   commentsEnabled?: boolean
+  downloadEnabled?: boolean
   nsfw?: boolean
   waitTranscoding?: boolean
   channelId?: number
   thumbnailfile?: Blob
   previewfile?: Blob
   scheduleUpdate?: VideoScheduleUpdate
+  originallyPublishedAt?: Date | string
 }