Update correct property

pull/1154/head
Fredrik Zetterlund 8 years ago committed by GitHub
parent 27df3ac19b
commit 8db5473990

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