From 14402752fda121ef5b3ba5551c0db2c8e254dfbc Mon Sep 17 00:00:00 2001 From: Ovler Date: Sun, 30 Jun 2024 03:34:53 +0800 Subject: [PATCH] chore: newBvids should include unprocessedBvids --- src/lib/server/utils.ts | 1 + 1 file changed, 1 insertion(+) 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 {