mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Add semi colon
This commit is contained in:
parent
e432abe79d
commit
59f63f1b4b
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ function skipToTime(v: HTMLVideoElement, skipTime: number[], skippingSegments: S
|
|||
}
|
||||
|
||||
//send telemetry that a this sponsor was skipped
|
||||
if (autoSkip) sendTelemetryAndCount(skippingSegments, skipTime[1] - skipTime[0], true)
|
||||
if (autoSkip) sendTelemetryAndCount(skippingSegments, skipTime[1] - skipTime[0], true);
|
||||
}
|
||||
|
||||
function unskipSponsorTime(segment: SponsorTime) {
|
||||
|
|
Loading…
Reference in a new issue