Update correct property

This commit is contained in:
Fredrik Zetterlund 2016-09-02 15:52:08 +02:00 committed by GitHub
parent 27df3ac19b
commit 8db5473990

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