From ca2e0f3451b61899aeeddf3ae257395792b79b35 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 15 Oct 2013 11:29:19 -0400 Subject: fixes #588 - Add option to use xbmc convention when saving images --- MediaBrowser.Api/UserLibrary/PersonsService.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Api/UserLibrary/PersonsService.cs') diff --git a/MediaBrowser.Api/UserLibrary/PersonsService.cs b/MediaBrowser.Api/UserLibrary/PersonsService.cs index 57a9b01099..2df6cacda2 100644 --- a/MediaBrowser.Api/UserLibrary/PersonsService.cs +++ b/MediaBrowser.Api/UserLibrary/PersonsService.cs @@ -22,6 +22,7 @@ namespace MediaBrowser.Api.UserLibrary /// Gets or sets the person types. /// /// The person types. + [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; } } -- cgit v1.2.3