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

Update correct property
pull/1154/head
Luke 9 years ago committed by GitHub
commit 780a4a1e40

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

Loading…
Cancel
Save