mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Update config.ts
This commit is contained in:
parent
84924b6364
commit
51aab00985
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue