aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2019-03-25 10:18:47 +0100
committerGitHub <noreply@github.com>2019-03-25 10:18:47 +0100
commite36d424b5f61e2785c26af49db7d120d66933935 (patch)
treeea573c5ef65ff98d128774e2490dd646a6857cb0 /Emby.Server.Implementations
parentf7e7d726880f87c18e799420ee6eb0ab42d86a47 (diff)
Formatting update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 5c5e8e5bf..9ace9a48f 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/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
{