remove people refresh retry

This commit is contained in:
Luke Pulverenti
2016-08-04 00:38:58 -04:00
parent e08f5d5d61
commit 39245133f8
9 changed files with 16 additions and 133 deletions

View File

@@ -11,11 +11,13 @@ 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[] { };
}
}
}