소스 검색

Update Emby.Dlna/Configuration/DlnaOptions.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 년 전
부모
커밋
ef737a4e8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Emby.Dlna/Configuration/DlnaOptions.cs

+ 1 - 1
Emby.Dlna/Configuration/DlnaOptions.cs

@@ -85,7 +85,7 @@ namespace Emby.Dlna.Configuration
         public bool BlastAliveMessages { get; set; } = true;
 
         /// <summary>
-        /// gets or sets a value indicating whether OBSOLETE.
+        /// gets or sets a value indicating whether to send only matched host.
         /// </summary>
         public bool SendOnlyMatchedHost { get; set; } = true;
     }