소스 검색

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.