aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2019-03-24 16:47:42 +0100
committerGitHub <noreply@github.com>2019-03-24 16:47:42 +0100
commitf30af9cd5f484dad763eb67b5b7076cd03bd59df (patch)
treea66887dec892d4bcf63a122133a6dee18a4b8667
parent4ffec8ad260fb8829ea220137934596de19a1c1b (diff)
Update Emby.Server.Implementations/ApplicationHost.cs
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 1ea9c599b..1ecbeedad 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1373,7 +1373,7 @@ namespace Emby.Server.Implementations
{
var localAddress = await GetLocalApiUrl(cancellationToken).ConfigureAwait(false);
- if ( String.IsNullOrEmpty(ServerConfiguration.WanDdns) ){
+ if (string.IsNullOrEmpty(ServerConfiguration.WanDdns)){
var wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false);
} else {
// Use the (dynmic) domain name set in the configuration if available instead of querying