aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Querying/ItemQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Querying/ItemQuery.cs')
-rw-r--r--MediaBrowser.Model/Querying/ItemQuery.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Querying/ItemQuery.cs b/MediaBrowser.Model/Querying/ItemQuery.cs
index db0cc4928..76269c56c 100644
--- a/MediaBrowser.Model/Querying/ItemQuery.cs
+++ b/MediaBrowser.Model/Querying/ItemQuery.cs
@@ -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.