浏览代码

Added Books collection type

Luke Pulverenti 12 年之前
父节点
当前提交
c5dcaf978a
共有 1 个文件被更改,包括 2 次插入0 次删除
  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";
     }
 }