1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 02:22:31 +01:00

Use folder will now default on

This commit is contained in:
Mark McDowall 2013-11-30 12:17:01 -08:00
parent 605806c92e
commit 239b27d83a

View File

@ -14,7 +14,7 @@ define(
}, },
getValueBoolean: function (key, defaultValue) { getValueBoolean: function (key, defaultValue) {
return this.getValue(key, defaultValue) === 'true'; return this.getValue(key, defaultValue.toString()) === 'true';
}, },
getValue: function (key, defaultValue) { getValue: function (key, defaultValue) {