From a0e8a079b47ff3adcd163c68066577c915af949c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 30 Apr 2013 10:30:10 -0400 Subject: fixed indexing --- MediaBrowser.Controller/Entities/IndexFolder.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MediaBrowser.Controller/Entities/IndexFolder.cs') diff --git a/MediaBrowser.Controller/Entities/IndexFolder.cs b/MediaBrowser.Controller/Entities/IndexFolder.cs index 637c4195a..13fcba489 100644 --- a/MediaBrowser.Controller/Entities/IndexFolder.cs +++ b/MediaBrowser.Controller/Entities/IndexFolder.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Runtime.Serialization; using System.Threading; using System.Threading.Tasks; +using MediaBrowser.Model.Entities; namespace MediaBrowser.Controller.Entities { @@ -64,6 +65,14 @@ namespace MediaBrowser.Controller.Entities } } + public override LocationType LocationType + { + get + { + return LocationType.Virtual; + } + } + /// /// Override this to return the folder that should be used to construct a container /// for this item in an index. GroupInIndex should be true as well. -- cgit v1.2.3