mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Added SaveValues to ConfigService
This commit is contained in:
@@ -32,6 +32,8 @@ namespace NzbDrone.Api.Settings
|
||||
private Response SaveSettings()
|
||||
{
|
||||
var request = Request.Body.FromJson<Dictionary<string, object>>();
|
||||
_configService.SaveValues(request);
|
||||
|
||||
|
||||
return request.AsResponse();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user