From b11d06f36f31317f072e6cd1a27bd7d06b5f0c17 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 1 May 2013 22:44:52 -0400 Subject: more work on streaming remotely --- MediaBrowser.Controller/Entities/BasePluginFolder.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'MediaBrowser.Controller/Entities/BasePluginFolder.cs') diff --git a/MediaBrowser.Controller/Entities/BasePluginFolder.cs b/MediaBrowser.Controller/Entities/BasePluginFolder.cs index ca6cfd246..bf8040a9f 100644 --- a/MediaBrowser.Controller/Entities/BasePluginFolder.cs +++ b/MediaBrowser.Controller/Entities/BasePluginFolder.cs @@ -29,8 +29,21 @@ namespace MediaBrowser.Controller.Entities { base.Id = value; } + } + + /// + /// Gets or sets the type of the location. + /// + /// The type of the location. + public override LocationType LocationType + { + get + { + return LocationType.Virtual; + } } + /// /// We don't resolve normally so need to fill this in /// -- cgit v1.2.3