diff --git a/src/lib/server/utils.ts b/src/lib/server/utils.ts index e6a50f8..e4fc6d0 100644 --- a/src/lib/server/utils.ts +++ b/src/lib/server/utils.ts @@ -174,6 +174,7 @@ const handle_source = async (ctx: Context, source_type: string, source_id: strin const unprocessedBvids = bvids.filter(bvid => !allBvids.includes(bvid)); processingCount = bvids.length - unprocessedBvids.length; + newBvids = unprocessedBvids; const updateStatus = async () => { try {