Fix build

This commit is contained in:
Shadowghost
2022-07-19 21:53:10 +02:00
parent 066db8ac7f
commit 997aa3f1e7
3 changed files with 10 additions and 10 deletions

View File

@@ -18,12 +18,12 @@ namespace MediaBrowser.Common.Net
event EventHandler NetworkChanged;
/// <summary>
/// Gets a value indicating whether iP6 is enabled.
/// Gets a value indicating whether IPv6 is enabled.
/// </summary>
bool IsIpv6Enabled { get; }
/// <summary>
/// Gets a value indicating whether iP4 is enabled.
/// Gets a value indicating whether IPv4 is enabled.
/// </summary>
bool IsIpv4Enabled { get; }