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 3474568ce2
commit f7e7d72688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1374,7 +1374,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

Loading…
Cancel
Save