diff --git a/src/content.ts b/src/content.ts index 362eaec5..fb3715b9 100644 --- a/src/content.ts +++ b/src/content.ts @@ -1577,6 +1577,7 @@ async function sendSubmitMessage() { videoID: sponsorVideoID, userID: Config.config.userID, segments: sponsorTimesSubmitting, + videoDuration: video?.duration }); if (response.status === 200) {