Merge pull request #2135 from MediaBrowser/7illusions-patch-1
Update correct property
This commit is contained in:
commit
780a4a1e40
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user