diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-15 11:29:19 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-15 11:29:19 -0400 |
| commit | ca2e0f3451b61899aeeddf3ae257395792b79b35 (patch) | |
| tree | cd1f22e8411d95a42f32f61c885db0d32dfff784 /MediaBrowser.Api/UserLibrary/PersonsService.cs | |
| parent | f3c2609c8cff8427599d6e4c3721a5ebd910b552 (diff) | |
fixes #588 - Add option to use xbmc convention when saving images
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/PersonsService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/PersonsService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/UserLibrary/PersonsService.cs b/MediaBrowser.Api/UserLibrary/PersonsService.cs index 57a9b0109..2df6cacda 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. /// </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; } } |
