update search hints

This commit is contained in:
Luke Pulverenti
2015-08-10 13:37:50 -04:00
parent 3a309db3c5
commit 1936d6db43
11 changed files with 277 additions and 14 deletions

View File

@@ -132,5 +132,17 @@ namespace MediaBrowser.Model.Search
/// </summary>
/// <value>The episode count.</value>
public int? EpisodeCount { get; set; }
/// <summary>
/// Gets or sets the channel identifier.
/// </summary>
/// <value>The channel identifier.</value>
public string ChannelId { get; set; }
/// <summary>
/// Gets or sets the name of the channel.
/// </summary>
/// <value>The name of the channel.</value>
public string ChannelName { get; set; }
}
}