allow realtime monitor under linux

This commit is contained in:
Luke Pulverenti 2015-12-30 14:51:52 -05:00
parent 16b6b99a91
commit f0089e9f04

View File

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