mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Formatting update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
parent
f7e7d72688
commit
e36d424b5f
@ -1433,7 +1433,8 @@ namespace Emby.Server.Implementations
|
|||||||
var localAddress = await GetLocalApiUrl(cancellationToken).ConfigureAwait(false);
|
var localAddress = await GetLocalApiUrl(cancellationToken).ConfigureAwait(false);
|
||||||
var wanAddress = string.Empty;
|
var wanAddress = string.Empty;
|
||||||
|
|
||||||
if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns)){
|
if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns))
|
||||||
|
{
|
||||||
wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false);
|
wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false);
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user