mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Don't use library monitor for internal folders
This commit is contained in:
parent
19008e342e
commit
0ee4767b8c
@ -174,6 +174,11 @@ namespace MediaBrowser.Server.Implementations.IO
|
|||||||
|
|
||||||
private bool IsLibraryMonitorEnabaled(BaseItem item)
|
private bool IsLibraryMonitorEnabaled(BaseItem item)
|
||||||
{
|
{
|
||||||
|
if (item is BasePluginFolder)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
var options = LibraryManager.GetLibraryOptions(item);
|
var options = LibraryManager.GetLibraryOptions(item);
|
||||||
|
|
||||||
if (options != null)
|
if (options != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user