Update Emby.Dlna/Configuration/DlnaOptions.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
BaronGreenback 2020-09-28 07:49:08 +01:00 committed by GitHub
parent 3ad320175d
commit bdfe7554e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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