diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs index 5862328b42..7ee76107bc 100644 --- a/MediaBrowser.Common/Net/INetworkManager.cs +++ b/MediaBrowser.Common/Net/INetworkManager.cs @@ -47,7 +47,7 @@ namespace MediaBrowser.Common.Net /// /// Gets or sets a value indicating whether the system has IP4 is enabled. /// - public bool SystemIP4Enabled { get; set; } + bool SystemIP4Enabled { get; set; } /// /// Gets or sets a value indicating whether the system has IP6 is enabled.