mirror of https://github.com/Sonarr/Sonarr
Fixed loading settings
This commit is contained in:
parent
239b27d83a
commit
6fde48ce6b
|
@ -14,6 +14,8 @@ define(
|
||||||
},
|
},
|
||||||
|
|
||||||
getValueBoolean: function (key, defaultValue) {
|
getValueBoolean: function (key, defaultValue) {
|
||||||
|
defaultValue = defaultValue || false;
|
||||||
|
|
||||||
return this.getValue(key, defaultValue.toString()) === 'true';
|
return this.getValue(key, defaultValue.toString()) === 'true';
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue