mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 22:47:18 +03:00
Fix chapter import for no segments
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user