aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-09 23:00:03 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-09 23:00:03 -0400
commit99d17aa088625b4ed973cf8c8ecf6d2900134c29 (patch)
tree45cbe996d6c79e0b52522b919bc2cb05121828cc /MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
parent3e785cb8206c4e8be95a48318f02ddfdcec5d8d0 (diff)
update polymer
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalPeopleQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalPeopleQuery.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs b/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
index 622dffe65..05d23d986 100644
--- a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
@@ -10,6 +10,7 @@ namespace MediaBrowser.Controller.Entities
public List<string> ExcludePersonTypes { get; set; }
public int? MaxListOrder { get; set; }
public Guid AppearsInItemId { get; set; }
+ public string NameContains { get; set; }
public InternalPeopleQuery()
{