aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-10-08 19:16:47 +0100
committerGreenback <jimcartlidge@yahoo.co.uk>2020-10-08 19:16:47 +0100
commit39754b840dc818f6c809c37813208e1ff06a50a9 (patch)
tree9f0c588f097db0ca86b51e2929f324571c1fa053 /Jellyfin.Networking/Configuration/NetworkConfiguration.cs
parentdeb4d27857089e8f3a3602399c5b52ad8df170f2 (diff)
minor fixes
Diffstat (limited to 'Jellyfin.Networking/Configuration/NetworkConfiguration.cs')
-rw-r--r--Jellyfin.Networking/Configuration/NetworkConfiguration.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
index 38f11153a..aa75ac305 100644
--- a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
+++ b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs
@@ -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;