浏览代码

Update MediaBrowser.Common/Net/INetworkManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 年之前
父节点
当前提交
94cc5b9d8b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Common/Net/INetworkManager.cs

+ 1 - 1
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.