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:36 +01:00 committed by GitHub
parent bdfe7554e9
commit ef737a4e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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