update library monitor

This commit is contained in:
Luke 2016-01-17 21:03:34 -05:00 committed by Luke Pulverenti
parent cfdb59850c
commit e173a9ec7f

View File

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