aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-18 13:05:57 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-18 13:05:57 -0400
commit4d1d2bbaa15e89155bf5bf289ee190db6f155bca (patch)
tree21824e5ece79f7931c9e1e3a7700317194e9bf0c /MediaBrowser.Model
parentcd934c5d3d8ede6bf449905cfc0510729bea0000 (diff)
Add more channel features
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Dto/ItemCounts.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dto/ItemCounts.cs b/MediaBrowser.Model/Dto/ItemCounts.cs
index 34e2a1c3c..a8bb82492 100644
--- a/MediaBrowser.Model/Dto/ItemCounts.cs
+++ b/MediaBrowser.Model/Dto/ItemCounts.cs
@@ -68,7 +68,8 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value>The unique types.</value>
public List<string> UniqueTypes { get; set; }
-
+ public int ChannelCount { get; set; }
+
public ItemCounts()
{
UniqueTypes = new List<string>();