mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fix duplicate key prefixing
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = {
|
|||||||
var storeKey = this.ConfigNamespace + key;
|
var storeKey = this.ConfigNamespace + key;
|
||||||
console.log('Config: [{0}] => [{1}]'.format(storeKey, value));
|
console.log('Config: [{0}] => [{1}]'.format(storeKey, value));
|
||||||
|
|
||||||
if (this.getValue(storeKey) === value.toString()) {
|
if (this.getValue(key) === value.toString()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user