mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 10:29:01 -07:00
fix controller attribute
This commit is contained in:
parent
b4a773fde8
commit
7e94bb7864
@ -1000,7 +1000,7 @@ namespace Jellyfin.Api.Controllers
|
||||
/// <param name="id">Listing provider id.</param>
|
||||
/// <response code="204">Listing provider deleted.</response>
|
||||
/// <returns>A <see cref="NoContentResult"/>.</returns>
|
||||
[HttpGet("ListingProviders")]
|
||||
[HttpDelete("ListingProviders")]
|
||||
[Authorize(Policy = Policies.DefaultAuthorization)]
|
||||
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
||||
public ActionResult DeleteListingProvider([FromQuery] string id)
|
||||
|
Loading…
Reference in New Issue
Block a user