#6 - Click on the Performers tab will crash the mbt

This commit is contained in:
LukePulverenti
2013-03-16 15:27:54 -04:00
parent bae89ee824
commit c494cb67da
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ namespace MediaBrowser.Api.UserLibrary
/// <summary>
/// Class GetPersons
/// </summary>
[Route("/Users/{UserId}/Items/{Id}/Persons", "GET")]
[Route("/Users/{UserId}/Items/{ParentId}/Persons", "GET")]
[Route("/Users/{UserId}/Items/Root/Persons", "GET")]
[ServiceStack.ServiceHost.Api(Description = "Gets all persons from a given item, folder, or the entire library")]
public class GetPersons : GetItemsByName