mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
resharper suggestions in api project
This commit is contained in:
@@ -13,7 +13,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
/// </summary>
|
||||
[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")]
|
||||
[Api(Description = "Gets all persons from a given item, folder, or the entire library")]
|
||||
public class GetPersons : GetItemsByName
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user