Switched vote and view to POST.

This commit is contained in:
Ajay Ramachandran
2019-12-28 23:56:38 -05:00
parent 1782376e3d
commit f3f6dd171b
2 changed files with 2 additions and 2 deletions

View File

@@ -602,7 +602,7 @@ function skipToTime(v, index, sponsorTimes, openNotice) {
//send telemetry that a this sponsor was skipped happened
if (trackViewCount) {
sendRequestToServer("GET", "/api/viewedVideoSponsorTime?UUID=" + currentUUID);
sendRequestToServer("POST", "/api/viewedVideoSponsorTime?UUID=" + currentUUID);
}
}