mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
api comments for genres, studios, years, persons
This commit is contained in:
@@ -14,6 +14,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
/// </summary>
|
||||
[Route("/Users/{UserId}/Items/{Id}/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
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user