mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-25 02:45:48 +01:00
adjust default library monitor behavior
This commit is contained in:
parent
eca02c7360
commit
02ad552792
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue