mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07: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…
Add table
Add a link
Reference in a new issue