mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 22:17:21 +03:00
Submit user agent
This commit is contained in:
@@ -1536,7 +1536,8 @@ async function sendSubmitMessage() {
|
|||||||
videoID: sponsorVideoID,
|
videoID: sponsorVideoID,
|
||||||
userID: Config.config.userID,
|
userID: Config.config.userID,
|
||||||
segments: sponsorTimesSubmitting,
|
segments: sponsorTimesSubmitting,
|
||||||
videoDuration: video?.duration
|
videoDuration: video?.duration,
|
||||||
|
userAgent: `${chrome.runtime.id}/v${chrome.runtime.getManifest().version}`
|
||||||
});
|
});
|
||||||
|
|
||||||
if (response.status === 200) {
|
if (response.status === 200) {
|
||||||
|
|||||||
Reference in New Issue
Block a user