aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/video-import.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/video-import.ts')
-rw-r--r--server/lib/video-import.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/video-import.ts b/server/lib/video-import.ts
index fb9306967..de95116aa 100644
--- a/server/lib/video-import.ts
+++ b/server/lib/video-import.ts
@@ -206,7 +206,8 @@ async function buildYoutubeDLImport (options: {
206 videoImportAttributes: { 206 videoImportAttributes: {
207 targetUrl, 207 targetUrl,
208 state: VideoImportState.PENDING, 208 state: VideoImportState.PENDING,
209 userId: user.id 209 userId: user.id,
210 videoChannelSyncId: channelSync?.id
210 } 211 }
211 }) 212 })
212 213