Browse Source

allow realtime monitor under linux

Luke Pulverenti 9 năm trước cách đây
mục cha
commit
34479cfe3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Server.Mono/Native/BaseMonoApp.cs

+ 1 - 1
MediaBrowser.Server.Mono/Native/BaseMonoApp.cs

@@ -119,7 +119,7 @@ namespace MediaBrowser.Server.Mono.Native
         {
             get
             {
-                return false;
+                return Environment.OperatingSystem == Startup.Common.OperatingSystem.Linux;
             }
         }