From 4cb6baaff098d9a304b49347fcdee833bfbbda33 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 10 Jul 2022 02:02:12 -0400 Subject: [PATCH] Fix chapter import for no segments --- src/content.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content.ts b/src/content.ts index 47befecd..9563c98d 100644 --- a/src/content.ts +++ b/src/content.ts @@ -947,12 +947,12 @@ async function sponsorsLookup(keepOldSubmissions = true) { //otherwise the listener can handle it updatePreviewBar(); } - - importExistingChapters(true); } else if (response?.status === 404) { retryFetch(); } + importExistingChapters(true); + if (Config.config.isVip) { lockedCategoriesLookup(); }