mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: Saving settings changes
This commit is contained in:
parent
c2b9504b15
commit
c8a0f9fa7a
3 changed files with 20 additions and 8 deletions
|
@ -376,7 +376,7 @@ namespace NzbDrone.Core.Configuration
|
|||
key = key.ToLowerInvariant();
|
||||
|
||||
_logger.Trace("Writing Setting to database. Key:'{0}' Value:'{1}'", key, value);
|
||||
_repository.Upsert(new Config {Key = key, Value = value});
|
||||
_repository.Upsert(key, value);
|
||||
|
||||
ClearCache();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue