mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +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 GetStudios
|
||||
/// </summary>
|
||||
[Route("/Users/{UserId}/Items/{Id}/Studios", "GET")]
|
||||
[Route("/Users/{UserId}/Items/{ParentId}/Studios", "GET")]
|
||||
[Route("/Users/{UserId}/Items/Root/Studios", "GET")]
|
||||
[ServiceStack.ServiceHost.Api(Description = "Gets all studios from a given item, folder, or the entire library")]
|
||||
public class GetStudios : GetItemsByName
|
||||
|
||||
Reference in New Issue
Block a user