diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-08 21:28:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-08-08 21:28:32 -0400 |
| commit | b06490ad9306608870b49e42cbc53b83ac7cfe5c (patch) | |
| tree | 5c5e3e40c05b6e4e3c7505ab6d0df81ad5a78795 /MediaBrowser.Model/Dto/ItemCounts.cs | |
| parent | a7de7df1dab845a1083dd4c844fa17a578abfd4b (diff) | |
added boxsets to item counts
Diffstat (limited to 'MediaBrowser.Model/Dto/ItemCounts.cs')
| -rw-r--r-- | MediaBrowser.Model/Dto/ItemCounts.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dto/ItemCounts.cs b/MediaBrowser.Model/Dto/ItemCounts.cs index 65c554b62..f3295b295 100644 --- a/MediaBrowser.Model/Dto/ItemCounts.cs +++ b/MediaBrowser.Model/Dto/ItemCounts.cs @@ -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; } } } |
