Submit video duration

This commit is contained in:
Ajay Ramachandran 2021-03-20 11:50:15 -04:00
parent af201fcbf0
commit 2681dc1890

View file

@ -1458,6 +1458,7 @@ async function sendSubmitMessage(): Promise<void> {
const response = await utils.asyncRequestToServer("POST", "/api/skipSegments", {
videoID: sponsorVideoID,
userID: Config.config.userID,
videoDuration: video.duration,
segments: sponsorTimesSubmitting
});