diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-12 11:47:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-12 11:47:23 +0100 |
commit | c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3 (patch) | |
tree | 42370ebba95a968b45e59bbc81ae40947b541174 /shared | |
parent | 84929846e743f4b5f3971b386ea2c447db8c416f (diff) | |
download | PeerTube-c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3.tar.gz PeerTube-c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3.tar.zst PeerTube-c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3.zip |
Refractor published date on video import
Diffstat (limited to 'shared')
-rw-r--r-- | shared/utils/videos/videos.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/utils/videos/videos.ts b/shared/utils/videos/videos.ts index 92dadfb69..5d43d9061 100644 --- a/shared/utils/videos/videos.ts +++ b/shared/utils/videos/videos.ts | |||
@@ -42,7 +42,6 @@ type VideoAttributes = { | |||
42 | updateAt: string | 42 | updateAt: string |
43 | privacy?: VideoPrivacy | 43 | privacy?: VideoPrivacy |
44 | } | 44 | } |
45 | originallyPublishedAt?: string | ||
46 | } | 45 | } |
47 | 46 | ||
48 | function getVideoCategories (url: string) { | 47 | function getVideoCategories (url: string) { |