diff options
author | Andrés Maldonado <amaldona@etu.utc.fr> | 2018-12-11 15:05:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-12 11:19:19 +0100 |
commit | 4e553a41fdc67c4da186502522ac99a5ba230453 (patch) | |
tree | 116b3d461c496a3bbc011daeec02619a0b1e1c09 /shared/models | |
parent | 31d065cc50e17a9abf263ed8c606cb272cd4933d (diff) | |
download | PeerTube-4e553a41fdc67c4da186502522ac99a5ba230453.tar.gz PeerTube-4e553a41fdc67c4da186502522ac99a5ba230453.tar.zst PeerTube-4e553a41fdc67c4da186502522ac99a5ba230453.zip |
Import original publication date (web UI)
Import original publication date when importing a video from YouTube in the web UI
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/videos/import/video-import.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/import/video-import.model.ts b/shared/models/videos/import/video-import.model.ts index e2a56617d..92856c70f 100644 --- a/shared/models/videos/import/video-import.model.ts +++ b/shared/models/videos/import/video-import.model.ts | |||
@@ -11,6 +11,7 @@ export interface VideoImport { | |||
11 | 11 | ||
12 | createdAt: string | 12 | createdAt: string |
13 | updatedAt: string | 13 | updatedAt: string |
14 | originallyPublishedAt?: string | ||
14 | state: VideoConstant<VideoImportState> | 15 | state: VideoConstant<VideoImportState> |
15 | error?: string | 16 | error?: string |
16 | 17 | ||