diff options
Diffstat (limited to 'src/content.ts')
-rw-r--r-- | src/content.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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); } } |