Quellcode durchsuchen

Added Books collection type

Luke Pulverenti vor 12 Jahren
Ursprung
Commit
c5dcaf978a
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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";
     }
 }