Formatting update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
Claus Vium 2019-03-25 10:18:47 +01:00 committed by GitHub
parent f7e7d72688
commit e36d424b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{