mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Fix GetTrickplayTileImage operation name (#12681)
This commit is contained in:
parent
39747ee80b
commit
4dcae54035
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue