mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
#188 - IBN Folder support
This commit is contained in:
parent
d314c8e5f8
commit
82dfb4ffb5
@ -28,7 +28,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
public override bool Supports(BaseItem item)
|
||||
{
|
||||
//only run for these generic types since we are expensive in file i/o
|
||||
return item is IndexFolder || item is BasePluginFolder;
|
||||
return item is IndexFolder || item is BasePluginFolder || item is CollectionFolder;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user