mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-12 09:13:00 +01:00
minor fixes
This commit is contained in:
@@ -105,12 +105,12 @@ namespace Jellyfin.Networking.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 IPV6 capability is enabled.
|
||||
/// </summary>
|
||||
public bool EnableIPV4 { get; set; } = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user