Fix GetTrickplayTileImage operation name (#12681)

This commit is contained in:
Niels van Velzen 2024-09-22 18:25:43 +02:00 committed by GitHub
parent 39747ee80b
commit 4dcae54035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ public class TrickplayController : BaseJellyfinApiController
[ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status404NotFound)]
[ProducesImageFile]
public async Task<ActionResult> GetTrickplayTileImageAsync(
public async Task<ActionResult> GetTrickplayTileImage(
[FromRoute, Required] Guid itemId,
[FromRoute, Required] int width,
[FromRoute, Required] int index,