Browse Source

Added Books collection type

Luke Pulverenti 12 năm trước cách đây
mục cha
commit
c5dcaf978a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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";
     }
 }