minor fixes

This commit is contained in:
Greenback
2020-10-08 19:16:47 +01:00
parent deb4d27857
commit 39754b840d
3 changed files with 14 additions and 13 deletions

View File

@@ -99,12 +99,12 @@ namespace MediaBrowser.Model.Configuration
public string UDPPortRange { get; set; } = string.Empty;
/// <summary>
/// Gets or sets a value indicating whether gets or sets IPV6 capability.
/// Gets or sets a value indicating whether IPV6 capability is enabled.
/// </summary>
public bool EnableIPV6 { get; set; } = false;
/// <summary>
/// Gets or sets a value indicating whether gets or sets IPV4 capability.
/// Gets or sets a value indicating whether IPV4 capability is enabled.
/// </summary>
public bool EnableIPV4 { get; set; } = true;