Submit user agent

This commit is contained in:
Ajay Ramachandran
2021-07-31 21:01:36 -04:00
parent 2a3a04a504
commit ba37f5885a

View File

@@ -1536,7 +1536,8 @@ async function sendSubmitMessage() {
videoID: sponsorVideoID,
userID: Config.config.userID,
segments: sponsorTimesSubmitting,
videoDuration: video?.duration
videoDuration: video?.duration,
userAgent: `${chrome.runtime.id}/v${chrome.runtime.getManifest().version}`
});
if (response.status === 200) {