aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/IServerApplicationHost.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-02-27 20:01:51 +0100
committerGitHub <noreply@github.com>2021-02-27 20:01:51 +0100
commit9e77fdc70df59cd8f6a60425c5e79c5aeb9b13c8 (patch)
treec7d7f887c7c535d24927333262cf5fcb44c82cdc /MediaBrowser.Controller/IServerApplicationHost.cs
parente5f99762e2d15cfb9e81c92f948a5ee19d128748 (diff)
parent73ca367bf9419b47e6be9487971bce90aec6b82d (diff)
Merge pull request #5312 from BaronGreenback/FixFor5280
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
-rw-r--r--MediaBrowser.Controller/IServerApplicationHost.cs5
1 files changed, 5 insertions, 0 deletions
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
@@ -53,6 +53,11 @@ namespace MediaBrowser.Controller
string FriendlyName { get; }
/// <summary>
+ /// Gets the configured published server url.
+ /// </summary>
+ Uri PublishedServerUrl { get; }
+
+ /// <summary>
/// Gets the system info.
/// </summary>
/// <param name="source">The originator of the request.</param>