allow realtime monitor under linux

This commit is contained in:
Luke Pulverenti 2015-12-30 14:51:52 -05:00
parent c239aff2a9
commit 34479cfe3d

View file

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