mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-28 10:48:46 +00:00
Fixed loading settings
This commit is contained in:
parent
239b27d83a
commit
6fde48ce6b
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ define(
|
|||
},
|
||||
|
||||
getValueBoolean: function (key, defaultValue) {
|
||||
defaultValue = defaultValue || false;
|
||||
|
||||
return this.getValue(key, defaultValue.toString()) === 'true';
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue