mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Formatting update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
This commit is contained in:
parent
e36d424b5f
commit
6480cfcc87
1 changed files with 2 additions and 1 deletions
|
@ -1436,7 +1436,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…
Add table
Add a link
Reference in a new issue