Formatting update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
parent
3474568ce2
commit
f7e7d72688
|
@ -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…
Reference in New Issue
Block a user