mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed loading settings
This commit is contained in:
@@ -14,6 +14,8 @@ define(
|
||||
},
|
||||
|
||||
getValueBoolean: function (key, defaultValue) {
|
||||
defaultValue = defaultValue || false;
|
||||
|
||||
return this.getValue(key, defaultValue.toString()) === 'true';
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user