adjust default library monitor behavior

This commit is contained in:
Luke Pulverenti 2016-01-22 14:16:30 -05:00
parent 502bdf7635
commit 1278e9396f

View file

@ -160,7 +160,7 @@ namespace MediaBrowser.Server.Implementations.IO
switch (ConfigurationManager.Configuration.EnableLibraryMonitor)
{
case AutoOnOff.Auto:
return _appHost.SupportsLibraryMonitor;
return Environment.OSVersion.Platform == PlatformID.Win32NT;
case AutoOnOff.Enabled:
return true;
default: