diff --git a/content.js b/content.js index 650a8b93..c05cd9ad 100644 --- a/content.js +++ b/content.js @@ -516,10 +516,10 @@ function skipToTime(v, index, sponsorTimes, openNotice) { //send telemetry that a this sponsor was skipped happened if (trackViewCount) { sendRequestToServer("GET", "/api/viewedVideoSponsorTime?UUID=" + currentUUID); - } - //vote on this - vote(1, currentUUID, true); + //upvote this + vote(1, currentUUID, true); + } } }