Browse Source

Update MediaBrowser.Common/Net/INetworkManager.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
BaronGreenback 4 năm trước cách đây
mục cha
commit
dfd7ff5732
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.