fixes #588 - Add option to use xbmc convention when saving images

This commit is contained in:
Luke Pulverenti
2013-10-15 11:29:19 -04:00
parent f3c2609c8c
commit ca2e0f3451
5 changed files with 94 additions and 24 deletions

View File

@@ -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; }
}