diff options
| -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; } |
