projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6607b2
)
Fix import videos tool
author
Chocobozzz
<me@florianbigard.com>
Thu, 1 Mar 2018 15:45:38 +0000
(16:45 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 1 Mar 2018 15:45:38 +0000
(16:45 +0100)
server/tools/import-videos.ts
patch
|
blob
|
history
diff --git
a/server/tools/import-videos.ts
b/server/tools/import-videos.ts
index 11f0257a964f3a770b557a655c06fe21aca9cce4..433cee6525e06971ba19a64d28def7afd2cff1f2 100644
(file)
--- a/
server/tools/import-videos.ts
+++ b/
server/tools/import-videos.ts
@@
-137,6
+137,7
@@
async function uploadVideoOnPeerTube (videoInfo: any, videoPath: string, languag
nsfw: isNSFW(videoInfo),
commentsEnabled: true,
description: videoInfo.description,
+ support: undefined,
tags,
privacy: VideoPrivacy.PUBLIC,
fixture: videoPath,