Formatting update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
pull/1151/head
Claus Vium 5 years ago committed by GitHub
parent 087d4153ae
commit 2c4c56d6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}

Loading…
Cancel
Save