diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2019-03-25 10:19:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-25 10:19:08 +0100 |
| commit | 6480cfcc87b65331b15bf787633f978b30e2e829 (patch) | |
| tree | c40dff645820dbced37baadea0af005653501c7f | |
| parent | e36d424b5f61e2785c26af49db7d120d66933935 (diff) | |
Formatting update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 9ace9a48f..7c8fb7f62 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1436,7 +1436,8 @@ namespace Emby.Server.Implementations if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns)) { wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false); - } else + } + else { wanAddress = GetWanApiUrl(ServerConfigurationManager.Configuration.WanDdns); } |
