diff --git a/backend/package.json b/backend/package.json index a3c4768..422dd82 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.328", + "version": "2.14.329", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/restful/sync.js b/backend/src/restful/sync.js index 1e07a55..61027fa 100644 --- a/backend/src/restful/sync.js +++ b/backend/src/restful/sync.js @@ -508,6 +508,7 @@ async function syncArtifacts() { await produceArtifact({ type: 'subscription', name: subName, + awaitCustomCache: true, }); } catch (e) { // $.error(`${e.message ?? e}`);