diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-28 10:11:37 +0000 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-02-28 10:11:37 +0000 |
| commit | 1d6f489f17919e557987b2616048dc8def790f43 (patch) | |
| tree | 842c31b0a102bfe0a83a8c5dbbed60caa7e92cb5 | |
| parent | f666b7e10268a5c19228d8fdb1bd313a642b0915 (diff) | |
comment change
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 785a3e89c..7740b4fc5 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -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"]; |
