aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/PersonsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-27 15:16:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-27 15:16:30 -0400
commitd13fafbc36eeba129fb007f2ad821eb503f1eb0e (patch)
tree183fbba901aa3d931d010cecf04c3d8d5fad3f70 /MediaBrowser.Api/UserLibrary/PersonsService.cs
parent7f9be0801dd583b385c53489050bbb402f4b296e (diff)
update reports
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/PersonsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/PersonsService.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Api/UserLibrary/PersonsService.cs b/MediaBrowser.Api/UserLibrary/PersonsService.cs
index bd9898dcd..fc1431f2e 100644
--- a/MediaBrowser.Api/UserLibrary/PersonsService.cs
+++ b/MediaBrowser.Api/UserLibrary/PersonsService.cs
@@ -16,12 +16,6 @@ namespace MediaBrowser.Api.UserLibrary
[Route("/Persons", "GET", Summary = "Gets all persons from a given item, folder, or the entire library")]
public class GetPersons : GetItemsByName
{
- /// <summary>
- /// Gets or sets the person types.
- /// </summary>
- /// <value>The person types.</value>
- [ApiMember(Name = "PersonTypes", Description = "Optional filter by person type. Accepts multiple, comma-delimited.", IsRequired = false, DataType = "string", ParameterType = "query", Verb = "GET", AllowMultiple = true)]
- public string PersonTypes { get; set; }
}
/// <summary>