mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 20:54:20 +01:00
api comments for genres, studios, years, persons
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user