mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
#6 - Click on the Performers tab will crash the mbt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user