mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-04 14:14:29 -04: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>
|
/// <param name="id">Listing provider id.</param>
|
||||||
/// <response code="204">Listing provider deleted.</response>
|
/// <response code="204">Listing provider deleted.</response>
|
||||||
/// <returns>A <see cref="NoContentResult"/>.</returns>
|
/// <returns>A <see cref="NoContentResult"/>.</returns>
|
||||||
[HttpGet("ListingProviders")]
|
[HttpDelete("ListingProviders")]
|
||||||
[Authorize(Policy = Policies.DefaultAuthorization)]
|
[Authorize(Policy = Policies.DefaultAuthorization)]
|
||||||
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
||||||
public ActionResult DeleteListingProvider([FromQuery] string id)
|
public ActionResult DeleteListingProvider([FromQuery] string id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user