From 587d3c1908287c8f6c893355c18a4d5d15541952 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 13 Apr 2013 20:17:25 -0400 Subject: added min/max official rating --- MediaBrowser.Model/Querying/ItemQuery.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MediaBrowser.Model') diff --git a/MediaBrowser.Model/Querying/ItemQuery.cs b/MediaBrowser.Model/Querying/ItemQuery.cs index 59a5e938d..7b2a4903e 100644 --- a/MediaBrowser.Model/Querying/ItemQuery.cs +++ b/MediaBrowser.Model/Querying/ItemQuery.cs @@ -157,5 +157,17 @@ namespace MediaBrowser.Model.Querying /// /// The ids. public string[] Ids { get; set; } + + /// + /// Gets or sets the min official rating. + /// + /// The min official rating. + public string MinOfficialRating { get; set; } + + /// + /// Gets or sets the max official rating. + /// + /// The max official rating. + public string MaxOfficialRating { get; set; } } } -- cgit v1.2.3