Browse Source

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

Update correct property
Luke 8 years ago
parent
commit
780a4a1e40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Model/ApiClient/ServerCredentials.cs

+ 1 - 1
MediaBrowser.Model/ApiClient/ServerCredentials.cs

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