#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 GetGenres
/// </summary>
[Route("/Users/{UserId}/Items/{Id}/Genres", "GET")]
[Route("/Users/{UserId}/Items/{ParentId}/Genres", "GET")]
[Route("/Users/{UserId}/Items/Root/Genres", "GET")]
[ServiceStack.ServiceHost.Api(Description = "Gets all genres from a given item, folder, or the entire library")]
public class GetGenres : GetItemsByName