Merge pull request #2135 from MediaBrowser/7illusions-patch-1

Update correct property
This commit is contained in:
Luke 2016-09-02 09:54:38 -04:00 committed by GitHub
commit 780a4a1e40

View File

@ -67,7 +67,7 @@ namespace MediaBrowser.Model.ApiClient
}
if (!string.IsNullOrEmpty(server.ManualAddress))
{
existing.LocalAddress = server.ManualAddress;
existing.ManualAddress = server.ManualAddress;
}
if (!string.IsNullOrEmpty(server.Name))
{