Browse Source

Added Books collection type

Luke Pulverenti 12 years ago
parent
commit
c5dcaf978a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      MediaBrowser.Model/Entities/CollectionType.cs

+ 2 - 0
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";
     }
 }