Fix chapter import for no segments

This commit is contained in:
Ajay
2022-07-10 02:02:12 -04:00
parent 6cb4fac041
commit 4cb6baaff0

View File

@@ -947,12 +947,12 @@ async function sponsorsLookup(keepOldSubmissions = true) {
//otherwise the listener can handle it //otherwise the listener can handle it
updatePreviewBar(); updatePreviewBar();
} }
importExistingChapters(true);
} else if (response?.status === 404) { } else if (response?.status === 404) {
retryFetch(); retryFetch();
} }
importExistingChapters(true);
if (Config.config.isVip) { if (Config.config.isVip) {
lockedCategoriesLookup(); lockedCategoriesLookup();
} }