Update MediaBrowser.Controller/IServerApplicationHost.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback 2021-02-27 17:34:44 +00:00 committed by GitHub
parent d95ca20fc7
commit 9f03064ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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; }