From 3a9d0ad692078b6153fdc0b76f2dbc23cad34a9c Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 26 Jun 2021 23:19:46 -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 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) {