Fixed: Saving proxy settings doesnt take.

Closes #174
This commit is contained in:
Qstick 2018-01-01 22:21:36 -05:00
parent b1a016289c
commit bef04af5cd
1 changed files with 2 additions and 1 deletions

View File

@ -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())
{