fixed image providers from running everytime against collection folders

This commit is contained in:
Luke Pulverenti
2013-05-18 17:47:00 -04:00
parent 5ecc276cb7
commit 99959f5d10
5 changed files with 8 additions and 8 deletions

View File

@@ -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.