Fixed: Saving proxy settings doesnt take.

Closes #174
pull/181/head
Qstick 7 years ago
parent b1a016289c
commit bef04af5cd

@ -1,4 +1,4 @@
using System.Linq;
using System.Linq;
using System.Reflection;
using FluentValidation;
using NzbDrone.Common.EnvironmentInfo;
@ -75,6 +75,7 @@ namespace Lidarr.Api.V1.Config
.ToDictionary(prop => prop.Name, prop => prop.GetValue(resource, null));
_configFileProvider.SaveConfigDictionary(dictionary);
_configService.SaveConfigDictionary(dictionary);
if (resource.Username.IsNotNullOrWhiteSpace() && resource.Password.IsNotNullOrWhiteSpace())
{

Loading…
Cancel
Save