Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Dec 24, 2024
1 parent 778b433 commit af73aab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,11 +1241,7 @@ async function sponsorsLookup(keepOldSubmissions = true, ignoreCache = false) {
if (!isNaN(getVideoDuration())) {
updatePreviewBar();
}
} else {
retryFetch(404);
}
} else {
retryFetch(lastResponseStatus);
}

importExistingChapters(true);
Expand Down

0 comments on commit af73aab

Please sign in to comment.