mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +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) {
|
addArray(key: T, value: U) {
|
||||||
// Expand an array by value
|
// Expand an array by value
|
||||||
let result = super.get(key).concat(value);
|
const result = super.get(key).concat(value);
|
||||||
this.set(key, result);
|
this.set(key, result);
|
||||||
this.update();
|
this.update();
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user