aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Collections/CollectionManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-20 15:19:54 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-20 15:19:54 -0500
commit449485d3d2044185f16af3e7dc185ff86a0ed72b (patch)
tree5af35cb947372bc56267ed25888fb0bb0cc5ebc8 /MediaBrowser.Server.Implementations/Collections/CollectionManager.cs
parent1d5f1bc474c3d685e04f409b956ccc431cd05ee5 (diff)
add organize now/sync prepare buttons
Diffstat (limited to 'MediaBrowser.Server.Implementations/Collections/CollectionManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Collections/CollectionManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Collections/CollectionManager.cs b/MediaBrowser.Server.Implementations/Collections/CollectionManager.cs
index 28f3ed89c..d92db34e3 100644
--- a/MediaBrowser.Server.Implementations/Collections/CollectionManager.cs
+++ b/MediaBrowser.Server.Implementations/Collections/CollectionManager.cs
@@ -69,7 +69,6 @@ namespace MediaBrowser.Server.Implementations.Collections
{
Name = name,
Parent = parentFolder,
- DisplayMediaType = "Collection",
Path = path,
IsLocked = options.IsLocked,
ProviderIds = options.ProviderIds,