Procházet zdrojové kódy

Formatting update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Claus Vium před 6 roky
rodič
revize
e36d424b5f
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 
             {