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 });