From 59f63f1b4b19e76b57ff118ca1c5d964f58c304c Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 14 May 2021 21:15:36 -0400 Subject: [PATCH] Add semi colon --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index dcd2749a..7a2b864d 100644 --- a/src/content.ts +++ b/src/content.ts @@ -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) {