ソースを参照

Update Emby.Server.Implementations/Udp/UdpServer.cs

Co-authored-by: Mark Monteiro <marknr.monteiro@protonmail.com>
Neil Burrows 5 年 前
コミット
09915363c2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Emby.Server.Implementations/Udp/UdpServer.cs

+ 1 - 1
Emby.Server.Implementations/Udp/UdpServer.cs

@@ -25,7 +25,7 @@ namespace Emby.Server.Implementations.Udp
         private readonly IConfiguration _config;
 
         /// <summary>
-        /// Address Override Configuration Key
+        /// Address Override Configuration Key.
         /// </summary>
         public const string AddressOverrideConfigKey = "PublishedServerUrl";