Browse Source

allow realtime monitor under linux

Luke Pulverenti 9 years ago
parent
commit
5064b89ee9
1 changed files with 1 additions and 1 deletions
  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;
             }
         }