Semicolon

This commit is contained in:
Ajay Ramachandran
2021-05-16 18:45:06 -04:00
committed by GitHub
parent 59f63f1b4b
commit fea8f93b5a

View File

@@ -989,7 +989,7 @@ function previewTime(time: number, unpause = true) {
function sendTelemetryAndCount(skippingSegments: SponsorTime[], secondsSkipped: number, fullSkip: boolean) {
if (!Config.config.trackViewCount) return;
let counted = false
let counted = false;
for (const segment of skippingSegments) {
const index = sponsorTimes.indexOf(segment);
if (index !== -1 && !sponsorSkipped[index]) {