diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-28 07:49:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-28 07:49:08 +0100 |
| commit | bdfe7554e951e330b5afb19bda613bf821316a1e (patch) | |
| tree | a97ba7520e9c75880ab5f837619944ed63f2c779 | |
| parent | 3ad320175df5d01d9ae4e32e3b2f23decef317d2 (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 481ff059b..8b8f100d0 100644 --- a/Emby.Dlna/Configuration/DlnaOptions.cs +++ b/Emby.Dlna/Configuration/DlnaOptions.cs @@ -80,7 +80,7 @@ namespace Emby.Dlna.Configuration public bool AutoCreatePlayToProfiles { get; set; } /// <summary> - /// Gets or sets a value indicating whether OBSOLETE. + /// Gets or sets a value indicating whether to blast alive messages. /// </summary> public bool BlastAliveMessages { get; set; } = true; |
