mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
adjust default library monitor behavior
This commit is contained in:
@@ -160,7 +160,7 @@ namespace MediaBrowser.Server.Implementations.IO
|
|||||||
switch (ConfigurationManager.Configuration.EnableLibraryMonitor)
|
switch (ConfigurationManager.Configuration.EnableLibraryMonitor)
|
||||||
{
|
{
|
||||||
case AutoOnOff.Auto:
|
case AutoOnOff.Auto:
|
||||||
return _appHost.SupportsLibraryMonitor;
|
return Environment.OSVersion.Platform == PlatformID.Win32NT;
|
||||||
case AutoOnOff.Enabled:
|
case AutoOnOff.Enabled:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user