aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-06 19:01:00 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-06 19:01:00 -0400
commit6d78824c8e9fa9fe1e46944ca6901af724b8f7cd (patch)
tree326030dc1915f3c4e00f4f10eab5c171b7e87ca4 /MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs
parent27c490c15256951a4e2172566c7313f33e0f0af3 (diff)
update components
Diffstat (limited to 'MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs')
-rw-r--r--MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs b/MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs
index 160a788f1..38d2611f0 100644
--- a/MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs
+++ b/MediaBrowser.Controller/Collections/ManualCollectionsFolder.cs
@@ -8,7 +8,6 @@ namespace MediaBrowser.Controller.Collections
public ManualCollectionsFolder()
{
Name = "Collections";
- DisplayMediaType = "CollectionFolder";
}
public override bool IsHidden