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 --- MediaBrowser.Controller/IServerApplicationHost.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs') diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 92b2d43ce..6378625e8 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -52,6 +52,11 @@ namespace MediaBrowser.Controller /// The name of the friendly. string FriendlyName { get; } + /// + /// Gets the configured published server url. + /// + Uri PublishedServerUrl { get; } + /// /// Gets the system info. /// -- cgit v1.2.3