mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 14:16:35 +00:00
Don't use library monitor for internal folders
This commit is contained in:
@@ -175,6 +175,11 @@ namespace MediaBrowser.Server.Implementations.IO
|
||||
|
||||
private bool IsLibraryMonitorEnabaled(BaseItem item)
|
||||
{
|
||||
if (item is BasePluginFolder)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
var options = LibraryManager.GetLibraryOptions(item);
|
||||
|
||||
if (options != null)
|
||||
|
||||
Reference in New Issue
Block a user