This commit is contained in:
Luke Pulverenti 2016-09-09 15:42:10 -04:00
commit 51051c27cd

View File

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