]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-update.model.ts
Share playlists state
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-update.model.ts
index 6f96633ae480a19650dfeb9ee753c14e03baa3ee..4ef9041560edc68b1615f41d005e839e5125edfd 100644 (file)
@@ -18,4 +18,5 @@ export interface VideoUpdate {
   thumbnailfile?: Blob
   previewfile?: Blob
   scheduleUpdate?: VideoScheduleUpdate
+  originallyPublishedAt?: Date | string
 }