mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
Default to blank category when submitting
This commit is contained in:
@@ -338,7 +338,7 @@ async function runThePopup(messageListener?: MessageListener) {
|
||||
if (sponsorTimes[sponsorTimesIndex] == undefined) {
|
||||
sponsorTimes[sponsorTimesIndex] = {
|
||||
segment: [],
|
||||
category: "sponsor",
|
||||
category: Config.config.defaultCategory,
|
||||
UUID: null
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user