Forráskód Böngészése

Update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Claus Vium 6 éve
szülő
commit
f30af9cd5f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

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

@@ -1373,7 +1373,7 @@ namespace Emby.Server.Implementations
         {
             var localAddress = await GetLocalApiUrl(cancellationToken).ConfigureAwait(false);
             
-            if ( String.IsNullOrEmpty(ServerConfiguration.WanDdns) ){
+            if (string.IsNullOrEmpty(ServerConfiguration.WanDdns)){
                 var wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false);
             } else {
                 // Use the (dynmic) domain name set in the configuration if available instead of querying