added boxsets to item counts

This commit is contained in:
Luke Pulverenti
2013-08-08 21:28:32 -04:00
parent a7de7df1da
commit b06490ad93
5 changed files with 8 additions and 6 deletions

View File

@@ -47,5 +47,6 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value>The music video count.</value>
public int MusicVideoCount { get; set; }
public int BoxSetCount { get; set; }
}
}