Added Books collection type

This commit is contained in:
Luke Pulverenti 2013-09-02 19:17:10 -04:00
parent e8b4ff5346
commit c5dcaf978a

View File

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