Reloading after creating segments shouldn't require previewing

This commit is contained in:
Ajay 2024-01-23 14:22:54 -05:00
parent 985910cbf6
commit a662c3e04f

View file

@ -1986,6 +1986,9 @@ function updateSponsorTimesSubmitting(getFromConfig = true) {
}
if (sponsorTimesSubmitting.length > 0) {
// Assume they already previewed a segment
previewedSegment = true;
importExistingChapters(true);
}
}