mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Update config.ts
This commit is contained in:
@@ -123,7 +123,7 @@ class SBMap<T, U> extends Map {
|
||||
|
||||
addArray(key: T, value: U) {
|
||||
// Expand an array by value
|
||||
let result = super.get(key).concat(value);
|
||||
const result = super.get(key).concat(value);
|
||||
this.set(key, result);
|
||||
this.update();
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user