aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-02-27 20:01:51 +0100
committerJoshua M. Boniface <joshua@boniface.me>2021-02-27 22:30:50 -0500
commit4b6ff7ffa5f88992420976c2c28e898dfdcbe4dc (patch)
tree0a972f7b259a8a87197bf259b18eba898dec7247 /Emby.Server.Implementations
parent153123278bcf319499860007071c852d488bddbe (diff)
Merge pull request #5312 from BaronGreenback/FixFor5280
(cherry picked from commit 9e77fdc70df59cd8f6a60425c5e79c5aeb9b13c8) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index a24f941d0..2ba585d30 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -134,6 +134,9 @@ namespace Emby.Server.Implementations
public bool CoreStartupHasCompleted { get; private set; }
+ /// <inheritdoc />
+ public Uri PublishedServerUrl => _startupOptions.PublishedServerUrl;
+
public virtual bool CanLaunchWebBrowser
{
get