mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
adjust default library monitor behavior
This commit is contained in:
parent
86e7f58bb6
commit
24b65b303f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user