mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 14:07:13 +03:00
Default to blank category when submitting
This commit is contained in:
@@ -1150,8 +1150,7 @@ function startSponsorClicked() {
|
||||
sponsorTimesSubmitting.push({
|
||||
segment: [getRealCurrentTime()],
|
||||
UUID: null,
|
||||
// Default to sponsor
|
||||
category: "sponsor"
|
||||
category: Config.config.defaultCategory
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user