allow realtime monitor under linux

This commit is contained in:
Luke Pulverenti 2015-12-30 14:51:52 -05:00
parent b435564791
commit 5064b89ee9

View File

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