Selaa lähdekoodia

comment change

BaronGreenback 4 vuotta sitten
vanhempi
sitoutus
1d6f489f17
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
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"];