mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Reloading after creating segments shouldn't require previewing
This commit is contained in:
parent
985910cbf6
commit
a662c3e04f
1 changed files with 3 additions and 0 deletions
|
@ -1986,6 +1986,9 @@ function updateSponsorTimesSubmitting(getFromConfig = true) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sponsorTimesSubmitting.length > 0) {
|
if (sponsorTimesSubmitting.length > 0) {
|
||||||
|
// Assume they already previewed a segment
|
||||||
|
previewedSegment = true;
|
||||||
|
|
||||||
importExistingChapters(true);
|
importExistingChapters(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue