瀏覽代碼

update subtitles in edge

Luke Pulverenti 8 年之前
父節點
當前提交
f66d9d773d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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))
                 {