aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-03 03:36:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-06-03 03:36:32 -0400
commite91f569c154e571f52ea6a86fc3920700c317a56 (patch)
tree655cb892844bde3fcf5f42afb163c49f1043622d /MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
parentacfd90b6ff060cb52c6119453955de7a61f47561 (diff)
update live tv startup
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalPeopleQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalPeopleQuery.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs b/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
index 2ba6842ca..05d23d986 100644
--- a/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalPeopleQuery.cs
@@ -11,13 +11,11 @@ namespace MediaBrowser.Controller.Entities
public int? MaxListOrder { get; set; }
public Guid AppearsInItemId { get; set; }
public string NameContains { get; set; }
- public SourceType[] SourceTypes { get; set; }
public InternalPeopleQuery()
{
PersonTypes = new List<string>();
ExcludePersonTypes = new List<string>();
- SourceTypes = new SourceType[] { };
}
}
}