mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
:/
This commit is contained in:
4
SB.js
4
SB.js
@@ -45,7 +45,7 @@ class ListenerMap extends Map {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get(key) {
|
get(key) {
|
||||||
return super.get(key);
|
return strParser(super.get(key));
|
||||||
}
|
}
|
||||||
|
|
||||||
has(key) {
|
has(key) {
|
||||||
@@ -54,7 +54,7 @@ class ListenerMap extends Map {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function mapHandler(name, object) {
|
function mapHandler(name, object) {
|
||||||
SB.config[name] = storeEncode(object);
|
SB.config[name] = storeEncode(object.value);
|
||||||
}
|
}
|
||||||
|
|
||||||
function configProxy() {
|
function configProxy() {
|
||||||
|
|||||||
Reference in New Issue
Block a user