diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs index eb7e9ee615..5862328b42 100644 --- a/MediaBrowser.Common/Net/INetworkManager.cs +++ b/MediaBrowser.Common/Net/INetworkManager.cs @@ -52,7 +52,7 @@ namespace MediaBrowser.Common.Net /// /// Gets or sets a value indicating whether the system has IP6 is enabled. /// - public bool SystemIP6Enabled { get; set; } + bool SystemIP6Enabled { get; set; } /// /// Calculates the list of interfaces to use for Kestrel.