diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-14 19:13:09 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-14 19:13:09 -0400 |
| commit | f72b1f531a39bbd74f482a9323a27c531e7869cf (patch) | |
| tree | da17799f08d5753059965da25a2120b082cf34a8 /MediaBrowser.Controller/Entities/BasePluginFolder.cs | |
| parent | 0b60e7ca67394b24f4f1725b7d43405387c3e067 (diff) | |
add library folder option to home page
Diffstat (limited to 'MediaBrowser.Controller/Entities/BasePluginFolder.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BasePluginFolder.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/BasePluginFolder.cs b/MediaBrowser.Controller/Entities/BasePluginFolder.cs index 29d66718c..67fd8d142 100644 --- a/MediaBrowser.Controller/Entities/BasePluginFolder.cs +++ b/MediaBrowser.Controller/Entities/BasePluginFolder.cs @@ -11,5 +11,10 @@ namespace MediaBrowser.Controller.Entities { DisplayMediaType = "CollectionFolder"; } + + public string CollectionType + { + get { return Model.Entities.CollectionType.BoxSets; } + } } } |
