add library folder option to home page

This commit is contained in:
Luke Pulverenti
2014-06-14 19:13:09 -04:00
parent 0b60e7ca67
commit f72b1f531a
10 changed files with 155 additions and 8 deletions

View File

@@ -11,5 +11,10 @@ namespace MediaBrowser.Controller.Entities
{
DisplayMediaType = "CollectionFolder";
}
public string CollectionType
{
get { return Model.Entities.CollectionType.BoxSets; }
}
}
}

View File

@@ -6,5 +6,6 @@ namespace MediaBrowser.Controller.Entities
/// </summary>
public interface ICollectionFolder
{
string CollectionType { get; }
}
}