mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Fix GetTrickplayTileImage operation name (#12681)
This commit is contained in:
parent
39747ee80b
commit
4dcae54035
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user