From a3b472a12ec6e57dbe2f650419f8064864686eab Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 Aug 2022 11:51:13 +0200 Subject: Add ability to list imports of a channel sync --- server/lib/video-import.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/lib/video-import.ts') 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: { videoImportAttributes: { targetUrl, state: VideoImportState.PENDING, - userId: user.id + userId: user.id, + videoChannelSyncId: channelSync?.id } }) -- cgit v1.2.3