瀏覽代碼

Update MediaBrowser.Common/Net/INetworkManager.cs

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

+ 1 - 1
MediaBrowser.Common/Net/INetworkManager.cs

@@ -47,7 +47,7 @@ namespace MediaBrowser.Common.Net
         /// <summary>
         /// Gets or sets a value indicating whether the system has IP4 is enabled.
         /// </summary>
-        public bool SystemIP4Enabled { get; set; }
+        bool SystemIP4Enabled { get; set; }
 
         /// <summary>
         /// Gets or sets a value indicating whether the system has IP6 is enabled.