From eb72c2db513f5306eecccb94f0f1cd5296a7d7db Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 2 Oct 2013 21:22:50 -0400 Subject: updated nuget --- MediaBrowser.Model/Querying/ItemQuery.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'MediaBrowser.Model/Querying') diff --git a/MediaBrowser.Model/Querying/ItemQuery.cs b/MediaBrowser.Model/Querying/ItemQuery.cs index 69c79104a4..20eac55e81 100644 --- a/MediaBrowser.Model/Querying/ItemQuery.cs +++ b/MediaBrowser.Model/Querying/ItemQuery.cs @@ -206,6 +206,24 @@ namespace MediaBrowser.Model.Querying /// The parent index number. public int? ParentIndexNumber { get; set; } + /// + /// Gets or sets the min players. + /// + /// The min players. + public int? MinPlayers { get; set; } + + /// + /// Gets or sets the name starts with or greater. + /// + /// The name starts with or greater. + public string NameStartsWithOrGreater { get; set; } + + /// + /// Gets or sets the album artist starts with or greater. + /// + /// The album artist starts with or greater. + public string AlbumArtistStartsWithOrGreater { get; set; } + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3