comment change

This commit is contained in:
BaronGreenback 2021-02-28 10:11:37 +00:00
parent f666b7e102
commit 1d6f489f17

View File

@ -231,7 +231,7 @@ namespace Emby.Server.Implementations
public int HttpsPort { get; private set; }
/// <summary>
/// Gets the PublishedServerUrl setting.
/// Gets the value of the PublishedServerUrl setting.
/// </summary>
public string PublishedServerUrl => _startupOptions.PublishedServerUrl ?? _startupConfig["PublishedServerUrl"];