diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-27 17:34:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-27 17:34:44 +0000 |
| commit | 9f03064ad890395aedb7617d0c65a4a4197a1198 (patch) | |
| tree | 3deeeb6f4e7c51a646237ba56c5badee8cf33ea8 | |
| parent | d95ca20fc731cf51e060c7ba6802821b6dd8c48f (diff) | |
Update MediaBrowser.Controller/IServerApplicationHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index b6f049391..6378625e8 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -53,7 +53,7 @@ namespace MediaBrowser.Controller string FriendlyName { get; } /// <summary> - /// Gets a value indicating whether this instance has a custom published url. + /// Gets the configured published server url. /// </summary> Uri PublishedServerUrl { get; } |
