mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
#6 - Click on the Performers tab will crash the mbt
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
/// <summary>
|
||||
/// Class GetPersons
|
||||
/// </summary>
|
||||
[Route("/Users/{UserId}/Items/{Id}/Persons", "GET")]
|
||||
[Route("/Users/{UserId}/Items/{ParentId}/Persons", "GET")]
|
||||
[Route("/Users/{UserId}/Items/Root/Persons", "GET")]
|
||||
[ServiceStack.ServiceHost.Api(Description = "Gets all persons from a given item, folder, or the entire library")]
|
||||
public class GetPersons : GetItemsByName
|
||||
|
||||
Reference in New Issue
Block a user