Prechádzať zdrojové kódy

Added Books collection type

Luke Pulverenti 12 rokov pred
rodič
commit
c5dcaf978a

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