diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index b6f049391f..6378625e87 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -53,7 +53,7 @@ namespace MediaBrowser.Controller string FriendlyName { get; } /// - /// Gets a value indicating whether this instance has a custom published url. + /// Gets the configured published server url. /// Uri PublishedServerUrl { get; }