diff options
Diffstat (limited to 'Jellyfin.Networking/Configuration/NetworkConfiguration.cs')
| -rw-r--r-- | Jellyfin.Networking/Configuration/NetworkConfiguration.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs index f90419851..f31d2bce2 100644 --- a/Jellyfin.Networking/Configuration/NetworkConfiguration.cs +++ b/Jellyfin.Networking/Configuration/NetworkConfiguration.cs @@ -115,12 +115,12 @@ namespace Jellyfin.Networking.Configuration /// <summary> /// Gets or sets a value indicating whether IPv6 is enabled or not. /// </summary> - public bool EnableIPV4 { get; set; } = true; + public bool EnableIPv4 { get; set; } = true; /// <summary> /// Gets or sets a value indicating whether IPv6 is enabled or not. /// </summary> - public bool EnableIPV6 { get; set; } + public bool EnableIPv6 { get; set; } /// <summary> /// Gets or sets a value indicating whether access outside of the LAN is permitted. |
