aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/CollectionFolder.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-03-15 15:08:49 -0400
committerEric Reed <ebr@mediabrowser3.com>2013-03-15 15:08:49 -0400
commitc02ac2a8ca0a01e6951d5ccca13e98a118057505 (patch)
tree4e1215674203c4f9eaa95671727d72a4492f62b0 /MediaBrowser.Controller/Entities/CollectionFolder.cs
parentb86a03bbdcca3c03b2cd880e607472bc7b3d0850 (diff)
Manage some items as single instance throughout #54
Diffstat (limited to 'MediaBrowser.Controller/Entities/CollectionFolder.cs')
-rw-r--r--MediaBrowser.Controller/Entities/CollectionFolder.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/CollectionFolder.cs b/MediaBrowser.Controller/Entities/CollectionFolder.cs
index a3db5ca26..091cbdc3b 100644
--- a/MediaBrowser.Controller/Entities/CollectionFolder.cs
+++ b/MediaBrowser.Controller/Entities/CollectionFolder.cs
@@ -1,4 +1,5 @@
using MediaBrowser.Common.Extensions;
+using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Tasks;
using System;
using System.Collections.Concurrent;
@@ -15,7 +16,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
+ public class CollectionFolder : Folder, ICollectionFolder, IByReferenceItem
{
/// <summary>
/// Gets a value indicating whether this instance is virtual folder.