#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

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