rework channel checking

This commit is contained in:
Luke Pulverenti
2014-05-14 14:04:26 -04:00
parent be18983f91
commit a46cbfa02b
6 changed files with 16 additions and 43 deletions

View File

@@ -68,7 +68,6 @@ namespace MediaBrowser.Model.Dto
/// </summary>
/// <value>The unique types.</value>
public List<string> UniqueTypes { get; set; }
public int ChannelCount { get; set; }
public ItemCounts()
{