mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Use folder will now default on
This commit is contained in:
parent
605806c92e
commit
239b27d83a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ define(
|
|||
},
|
||||
|
||||
getValueBoolean: function (key, defaultValue) {
|
||||
return this.getValue(key, defaultValue) === 'true';
|
||||
return this.getValue(key, defaultValue.toString()) === 'true';
|
||||
},
|
||||
|
||||
getValue: function (key, defaultValue) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue