mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Submit video duration
This commit is contained in:
parent
af201fcbf0
commit
2681dc1890
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue