2
0
Luke 9 жил өмнө
parent
commit
db81d2ca1a

+ 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;
             }
             }
         }
         }