소스 검색

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