diff --git a/src/content.ts b/src/content.ts index bf39ed89..d4581486 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1986,6 +1986,9 @@ function updateSponsorTimesSubmitting(getFromConfig = true) { } if (sponsorTimesSubmitting.length > 0) { + // Assume they already previewed a segment + previewedSegment = true; + importExistingChapters(true); } }