Fixed curly bracket that for some reason was in the wrong place.

This commit is contained in:
Ajay Ramachandran 2019-07-23 19:33:12 -04:00
parent c91c08a17f
commit 9913e99a6a

View file

@ -172,9 +172,8 @@ function sponsorCheck(sponsorTimes) { // Video skipping
//send telemetry that a this sponsor was skipped happened
sendRequestToServer("GET", "/api/viewedVideoSponsorTime?UUID=" + currentUUID);
}
lastTime = v.currentTime;
}
lastTime = v.currentTime;
}
function goBackToPreviousTime(UUID) {