소스 검색

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";