diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-01-12 20:41:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 20:41:40 +0000 |
| commit | 94cc5b9d8b885a32adedfad67da4f36fbaf69914 (patch) | |
| tree | 0ad90bba2c495c0b7e64a64c40e39014aac8d3a8 /MediaBrowser.Common/Net | |
| parent | 08e83cfa54a9c5ca9b33ad71731825dcb1f79442 (diff) | |
Update MediaBrowser.Common/Net/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'MediaBrowser.Common/Net')
| -rw-r--r-- | MediaBrowser.Common/Net/INetworkManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// <summary> /// Gets or sets a value indicating whether the system has IP6 is enabled. /// </summary> - public bool SystemIP6Enabled { get; set; } + bool SystemIP6Enabled { get; set; } /// <summary> /// Calculates the list of interfaces to use for Kestrel. |
