aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/IndexFolder.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2013-04-30 11:25:43 -0400
committerEric Reed <ebr@mediabrowser3.com>2013-04-30 11:25:43 -0400
commitc9038fec270ffe607237b519b21dd9e554a869e6 (patch)
tree6deb19323c15686aebdbc40d0fdfb7fd4dba007e /MediaBrowser.Controller/Entities/IndexFolder.cs
parent449cb05f7b51d2d0e64406617b5cc3472c8836e8 (diff)
parent93f3d11df4c71172f86af1b4edd90da3d24dfeb3 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Controller/Entities/IndexFolder.cs')
-rw-r--r--MediaBrowser.Controller/Entities/IndexFolder.cs9
1 files changed, 9 insertions, 0 deletions
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;
+ }
+ }
+
/// <summary>
/// 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.