]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/import/video-import.model.ts
Share playlists state
[github/Chocobozzz/PeerTube.git] / shared / models / videos / import / video-import.model.ts
index e2a56617d6da8d88f687dcc56d2d2e2e2382eb82..92856c70f5262bb3a4f159a9c1c6de3c7e7ecbee 100644 (file)
@@ -11,6 +11,7 @@ export interface VideoImport {
 
   createdAt: string
   updatedAt: string
+  originallyPublishedAt?: string
   state: VideoConstant<VideoImportState>
   error?: string