From c74c9be934fa1584edf6f4f7a41f00c4d3f2a8b3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Feb 2019 11:47:23 +0100 Subject: Refractor published date on video import --- shared/utils/videos/videos.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'shared') 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 = { updateAt: string privacy?: VideoPrivacy } - originallyPublishedAt?: string } function getVideoCategories (url: string) { -- cgit v1.2.3