mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Don't use library monitor for internal folders
This commit is contained in:
parent
d492823ea0
commit
60bece614a
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue