Fix errors

This commit is contained in:
Ajay
2024-12-24 14:33:28 -05:00
parent 778b433ad4
commit af73aabbae

View File

@@ -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);