From 9f03064ad890395aedb7617d0c65a4a4197a1198 Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Sat, 27 Feb 2021 17:34:44 +0000 Subject: [PATCH] Update MediaBrowser.Controller/IServerApplicationHost.cs Co-authored-by: Cody Robibero --- MediaBrowser.Controller/IServerApplicationHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }