aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-10 21:51:26 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-10 21:51:26 -0500
commit5f9b99c9606caf49f3699b2c9e385e8894686639 (patch)
tree432c86a9dafc6280c9512193ac64e4f9021cd6e4 /MediaBrowser.Api/Library/LibraryService.cs
parent50ea8cd941a6da3f2b2870c8add08f64dc8055d9 (diff)
deprecated IndexFolder.cs
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index bef0ba1e1..843e39f78 100644
--- a/MediaBrowser.Api/Library/LibraryService.cs
+++ b/MediaBrowser.Api/Library/LibraryService.cs
@@ -85,7 +85,7 @@ namespace MediaBrowser.Api.Library
{
allTypes = allTypes.Where(t =>
{
- if (t == typeof(UserRootFolder) || t == typeof(AggregateFolder) || t == typeof(Folder) || t == typeof(IndexFolder) || t == typeof(CollectionFolder) || t == typeof(Year))
+ if (t == typeof(UserRootFolder) || t == typeof(AggregateFolder) || t == typeof(Folder) || t == typeof(CollectionFolder) || t == typeof(Year))
{
return false;
}