diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-02 19:17:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-02 19:17:10 -0400 |
| commit | c5dcaf978af918ca2d96f45b8d271bec643481d1 (patch) | |
| tree | 2923c84bcbd196fcae00e67d1accd220fcb854c7 | |
| parent | e8b4ff5346d635cea226c2e036c8a5a714b51718 (diff) | |
Added Books collection type
| -rw-r--r-- | MediaBrowser.Model/Entities/CollectionType.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs index 60509567e..87cb336d9 100644 --- a/MediaBrowser.Model/Entities/CollectionType.cs +++ b/MediaBrowser.Model/Entities/CollectionType.cs @@ -18,5 +18,7 @@ namespace MediaBrowser.Model.Entities public const string BoxSets = "boxsets"; public const string AdultVideos = "adultvideos"; + + public const string Books = "books"; } } |
