소스 검색

Formatting update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Claus Vium 6 년 전
부모
커밋
e36d424b5f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 2 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -1433,7 +1433,8 @@ namespace Emby.Server.Implementations
             var localAddress = await GetLocalApiUrl(cancellationToken).ConfigureAwait(false);            
             var wanAddress = string.Empty;
             
-            if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns)){
+            if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns))
+            {
                 wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false);
             } else 
             {