mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed: Saving settings changes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user