aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--shared/utils/videos/videos.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared/utils/videos/videos.ts b/shared/utils/videos/videos.ts
index 5d43d9061..b3d24bc53 100644
--- a/shared/utils/videos/videos.ts
+++ b/shared/utils/videos/videos.ts
@@ -350,9 +350,6 @@ async function uploadVideo (url: string, accessToken: string, videoAttributesArg
350 if (attributes.licence !== undefined) { 350 if (attributes.licence !== undefined) {
351 req.field('licence', attributes.licence.toString()) 351 req.field('licence', attributes.licence.toString())
352 } 352 }
353 if (attributes.originallyPublishedAt !== undefined) {
354 req.field('originallyPublishedAt', attributes.originallyPublishedAt)
355 }
356 353
357 for (let i = 0; i < attributes.tags.length; i++) { 354 for (let i = 0; i < attributes.tags.length; i++) {
358 req.field('tags[' + i + ']', attributes.tags[i]) 355 req.field('tags[' + i + ']', attributes.tags[i])