浏览代码

Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 年之前
父节点
当前提交
acc45b7307
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jellyfin.Networking/Configuration/NetworkConfiguration.cs

+ 1 - 1
Jellyfin.Networking/Configuration/NetworkConfiguration.cs

@@ -88,7 +88,7 @@ namespace Jellyfin.Networking.Configuration
         public bool EnableHttps { get; set; }
 
         /// <summary>
-        /// Gets or sets the Upublic mapped port.
+        /// Gets or sets the public mapped port.
         /// </summary>
         /// <value>The public mapped port.</value>
         public int PublicPort { get; set; } = DefaultHttpPort;