mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Fixed curly bracket that for some reason was in the wrong place.
This commit is contained in:
@@ -172,9 +172,8 @@ function sponsorCheck(sponsorTimes) { // Video skipping
|
|||||||
//send telemetry that a this sponsor was skipped happened
|
//send telemetry that a this sponsor was skipped happened
|
||||||
sendRequestToServer("GET", "/api/viewedVideoSponsorTime?UUID=" + currentUUID);
|
sendRequestToServer("GET", "/api/viewedVideoSponsorTime?UUID=" + currentUUID);
|
||||||
}
|
}
|
||||||
|
|
||||||
lastTime = v.currentTime;
|
|
||||||
}
|
}
|
||||||
|
lastTime = v.currentTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
function goBackToPreviousTime(UUID) {
|
function goBackToPreviousTime(UUID) {
|
||||||
|
|||||||
Reference in New Issue
Block a user