Browse Source

update library monitor

Luke 9 years ago
parent
commit
e173a9ec7f
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
             get
             {
             {
-                return Environment.OperatingSystem == Startup.Common.OperatingSystem.Linux;
+				return Environment.OperatingSystem != Startup.Common.OperatingSystem.Osx;
             }
             }
         }
         }