api comments for genres, studios, years, persons

This commit is contained in:
LukePulverenti
2013-03-08 16:56:07 -05:00
parent 34cc4eee9d
commit 39ab10c875
6 changed files with 22 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ namespace MediaBrowser.Api.UserLibrary
/// </summary>
[Route("/Users/{UserId}/Items/{Id}/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
{
}