Browse Source

Update Emby.Dlna/Configuration/DlnaOptions.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 năm trước cách đây
mục cha
commit
ef737a4e8e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }