diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-27 13:56:21 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-27 13:56:21 +0000 |
| commit | a25e3c02568b5632278e23d6168efa927b29eda9 (patch) | |
| tree | b8c564138001cba1ae70f6e8acf057e8bf79a68f /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | 0d3606a7466d55d217e1dffc0539cfa1c189eb7d (diff) | |
fix for override ports contained in PublishedServerUrl
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 92b2d43ce..b6f049391 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -53,6 +53,11 @@ namespace MediaBrowser.Controller string FriendlyName { get; } /// <summary> + /// Gets a value indicating whether this instance has a custom published url. + /// </summary> + Uri PublishedServerUrl { get; } + + /// <summary> /// Gets the system info. /// </summary> /// <param name="source">The originator of the request.</param> |
