Added an adult video entity

This commit is contained in:
Luke Pulverenti
2013-07-16 14:47:05 -04:00
parent 27c644e6c8
commit 2c22db8b8d
15 changed files with 56 additions and 57 deletions

View File

@@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Dto
/// </summary>
public class ItemCounts
{
public int AdultVideoCount { get; set; }
/// <summary>
/// Gets or sets the movie count.
/// </summary>