diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-28 07:49:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-28 07:49:36 +0100 |
| commit | ef737a4e8e113c71446bb6a67265f9a7d91cc858 (patch) | |
| tree | faeb0855e7c3c835187e50b096b91d2a011dd3e1 | |
| parent | bdfe7554e951e330b5afb19bda613bf821316a1e (diff) | |
Update Emby.Dlna/Configuration/DlnaOptions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
| -rw-r--r-- | Emby.Dlna/Configuration/DlnaOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Configuration/DlnaOptions.cs b/Emby.Dlna/Configuration/DlnaOptions.cs index 8b8f100d0..e63a85860 100644 --- a/Emby.Dlna/Configuration/DlnaOptions.cs +++ b/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; } |
