mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-13 23:17:05 +03:00
Fix errors
This commit is contained in:
@@ -1241,11 +1241,7 @@ async function sponsorsLookup(keepOldSubmissions = true, ignoreCache = false) {
|
|||||||
if (!isNaN(getVideoDuration())) {
|
if (!isNaN(getVideoDuration())) {
|
||||||
updatePreviewBar();
|
updatePreviewBar();
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
retryFetch(404);
|
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
retryFetch(lastResponseStatus);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
importExistingChapters(true);
|
importExistingChapters(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user