소스 검색

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