From 2681dc18906fc07b2b97d646806ea884dfc3e751 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 20 Mar 2021 11:50:15 -0400 Subject: [PATCH] Submit video duration --- src/content.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content.ts b/src/content.ts index ba1bd757..a7f6e172 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1458,6 +1458,7 @@ async function sendSubmitMessage(): Promise { const response = await utils.asyncRequestToServer("POST", "/api/skipSegments", { videoID: sponsorVideoID, userID: Config.config.userID, + videoDuration: video.duration, segments: sponsorTimesSubmitting });