فهرست منبع

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 BoxSets = "boxsets";
 
 
         public const string AdultVideos = "adultvideos";
         public const string AdultVideos = "adultvideos";
+
+        public const string Books = "books";
     }
     }
 }
 }