Added Books collection type

This commit is contained in:
Luke Pulverenti 2013-09-02 19:17:10 -04:00
parent e8b4ff5346
commit c5dcaf978a
1 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,7 @@ namespace MediaBrowser.Model.Entities
public const string BoxSets = "boxsets";
public const string AdultVideos = "adultvideos";
public const string Books = "books";
}
}