mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Change operation name in ItemRefreshController
This commit is contained in:
parent
5319f1571f
commit
6bb50d5728
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Jellyfin.Api.Controllers
|
|||
[Description("Refreshes metadata for an item.")]
|
||||
[ProducesResponseType(StatusCodes.Status204NoContent)]
|
||||
[ProducesResponseType(StatusCodes.Status404NotFound)]
|
||||
public ActionResult Post(
|
||||
public ActionResult RefreshItem(
|
||||
[FromRoute, Required] Guid itemId,
|
||||
[FromQuery] MetadataRefreshMode metadataRefreshMode = MetadataRefreshMode.None,
|
||||
[FromQuery] MetadataRefreshMode imageRefreshMode = MetadataRefreshMode.None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue