Explorar o código

allow realtime monitor under linux

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
5064b89ee9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }
         }