]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-create.model.ts
Live streaming implementation first step
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-create.model.ts
index 53631bf790b35985db6edfd36f11eec41bd410ae..59b1185671590508c9a6a90fc4a16144c796733f 100644 (file)
@@ -16,5 +16,5 @@ export interface VideoCreate {
   downloadEnabled?: boolean
   privacy: VideoPrivacy
   scheduleUpdate?: VideoScheduleUpdate
-  originallyPublishedAt: Date | string
+  originallyPublishedAt?: Date | string
 }