From a662c3e04f3c61dc53f88d6b99d440bc33c6269a Mon Sep 17 00:00:00 2001 From: Ajay Date: Tue, 23 Jan 2024 14:22:54 -0500 Subject: [PATCH] Reloading after creating segments shouldn't require previewing --- src/content.ts | 3 +++ 1 file changed, 3 insertions(+) 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); } }