diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-08-04 22:28:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 22:28:52 +0000 |
| commit | ff4489575b0b29638285a0cf255289134900009f (patch) | |
| tree | 249704c4c58724a87d4eeede6df4a26d11a97132 /Jellyfin.Api/Controllers/TrailersController.cs | |
| parent | 8385c5459142e69eb4004d32b3d772b998c37b0b (diff) | |
| parent | 858aecd409914f6a9ca6f86445ec20c8bacc0b59 (diff) | |
Merge pull request #3819 from crobibero/api-migration-cleanup
Api migration cleanup
Diffstat (limited to 'Jellyfin.Api/Controllers/TrailersController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/TrailersController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/TrailersController.cs b/Jellyfin.Api/Controllers/TrailersController.cs index fbab7948f..5157b08ae 100644 --- a/Jellyfin.Api/Controllers/TrailersController.cs +++ b/Jellyfin.Api/Controllers/TrailersController.cs @@ -108,7 +108,7 @@ namespace Jellyfin.Api.Controllers /// <param name="enableTotalRecordCount">Optional. Enable the total record count.</param> /// <param name="enableImages">Optional, include image information in output.</param> /// <returns>A <see cref="QueryResult{BaseItemDto}"/> with the trailers.</returns> - [HttpGet("/Trailers")] + [HttpGet] [ProducesResponseType(StatusCodes.Status200OK)] public ActionResult<QueryResult<BaseItemDto>> GetTrailers( [FromQuery] Guid? userId, |
