mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04: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