aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2021-02-27 17:34:48 +0000
committerGitHub <noreply@github.com>2021-02-27 17:34:48 +0000
commit73ca367bf9419b47e6be9487971bce90aec6b82d (patch)
treec87cf5643a80c19daeebf8cec020beb38364373d
parent9f03064ad890395aedb7617d0c65a4a4197a1198 (diff)
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 56aa5a007..cddd60079 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -135,9 +135,7 @@ namespace Emby.Server.Implementations
public bool CoreStartupHasCompleted { get; private set; }
- /// <summary>
- /// Gets a value indicating whether this instance has a custom published url.
- /// </summary>
+ /// <inheritdoc />
public Uri PublishedServerUrl => _startupOptions.PublishedServerUrl;
public virtual bool CanLaunchWebBrowser