added IncludeIndexContainer

This commit is contained in:
Luke Pulverenti
2013-10-15 18:16:39 -04:00
parent dc986db8cc
commit 6a3b31a1b0
3 changed files with 31 additions and 6 deletions

View File

@@ -229,6 +229,12 @@ namespace MediaBrowser.Model.Querying
/// </summary>
/// <value>The album artist starts with or greater.</value>
public string AlbumArtistStartsWithOrGreater { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [include index containers].
/// </summary>
/// <value><c>true</c> if [include index containers]; otherwise, <c>false</c>.</value>
public bool IncludeIndexContainers { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ItemQuery" /> class.