diff options
Diffstat (limited to 'src/content.ts')
-rw-r--r-- | src/content.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content.ts b/src/content.ts index 8007707d..3a9ac67b 100644 --- a/src/content.ts +++ b/src/content.ts @@ -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) { |