1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed loading settings

This commit is contained in:
Mark McDowall
2013-11-30 13:23:03 -08:00
parent 239b27d83a
commit 6fde48ce6b
+2
View File
@@ -14,6 +14,8 @@ define(
},
getValueBoolean: function (key, defaultValue) {
defaultValue = defaultValue || false;
return this.getValue(key, defaultValue.toString()) === 'true';
},