From 4b6ff7ffa5f88992420976c2c28e898dfdcbe4dc Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Sat, 27 Feb 2021 20:01:51 +0100 Subject: Merge pull request #5312 from BaronGreenback/FixFor5280 (cherry picked from commit 9e77fdc70df59cd8f6a60425c5e79c5aeb9b13c8) Signed-off-by: Joshua M. Boniface --- Emby.Server.Implementations/ApplicationHost.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Emby.Server.Implementations') 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; } + /// + public Uri PublishedServerUrl => _startupOptions.PublishedServerUrl; + public virtual bool CanLaunchWebBrowser { get -- cgit v1.2.3