mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Submit video duration
This commit is contained in:
parent
2843cb6916
commit
3a9d0ad692
1 changed files with 1 additions and 0 deletions
|
@ -1577,6 +1577,7 @@ async function sendSubmitMessage() {
|
|||
videoID: sponsorVideoID,
|
||||
userID: Config.config.userID,
|
||||
segments: sponsorTimesSubmitting,
|
||||
videoDuration: video?.duration
|
||||
});
|
||||
|
||||
if (response.status === 200) {
|
||||
|
|
Loading…
Reference in a new issue