mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
fixed image providers from running everytime against collection folders
This commit is contained in:
@@ -15,7 +15,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
/// Specialized Folder class that points to a subset of the physical folders in the system.
|
||||
/// It is created from the user-specific folders within the system root
|
||||
/// </summary>
|
||||
public class CollectionFolder : Folder, ICollectionFolder, IByReferenceItem
|
||||
public class CollectionFolder : Folder, ICollectionFolder
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance is virtual folder.
|
||||
|
||||
Reference in New Issue
Block a user