diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2019-03-25 10:17:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-25 10:17:40 +0100 |
| commit | 2c4c56d6d638ee22617c000719aabcef5b949d32 (patch) | |
| tree | 6bcf1711c9ba029604e8b35fb8c3f92edcdefa5f /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 087d4153aed8a82651a057ddf898dea7f97ded4a (diff) | |
Formatting update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -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 52d525552..410f5becd 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1376,7 +1376,8 @@ namespace Emby.Server.Implementations if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns)){ wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false); - } else + } + else { wanAddress = GetWanApiUrl(ServerConfigurationManager.Configuration.WanDdns); } |
