aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Search/SearchQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Search/SearchQuery.cs')
-rw-r--r--MediaBrowser.Model/Search/SearchQuery.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Search/SearchQuery.cs b/MediaBrowser.Model/Search/SearchQuery.cs
index 11d2d97f7..897a9db52 100644
--- a/MediaBrowser.Model/Search/SearchQuery.cs
+++ b/MediaBrowser.Model/Search/SearchQuery.cs
@@ -36,6 +36,16 @@ namespace MediaBrowser.Model.Search
public string[] IncludeItemTypes { get; set; }
public string ParentId { get; set; }
+ public bool? IsMovie { get; set; }
+
+ public bool? IsSeries { get; set; }
+
+ public bool? IsNews { get; set; }
+
+ public bool? IsKids { get; set; }
+
+ public bool? IsSports { get; set; }
+
public SearchQuery()
{
IncludeArtists = true;