mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Map test
This commit is contained in:
4
SB.js
4
SB.js
@@ -28,12 +28,12 @@ fetchConfig = _ => new Promise(function(resolve, reject) {
|
||||
|
||||
async function config() {
|
||||
await fetchConfig();
|
||||
addDefaults();
|
||||
addDefaults();
|
||||
SB.config = configProxy();
|
||||
}
|
||||
|
||||
SB.defaults = {
|
||||
"sponsorTimeKey": [],
|
||||
"sponsorTimes": new Map(),
|
||||
"startSponsorKeybind": ";",
|
||||
"submitKeybind": "'",
|
||||
"minutesSaved": 0,
|
||||
|
||||
Reference in New Issue
Block a user