diff options
| author | crobibero <cody@robibe.ro> | 2020-05-23 18:19:49 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-05-23 18:19:49 -0600 |
| commit | a4b3f2e32b68a61407876ab11343936b14cc1191 (patch) | |
| tree | 87d9dc8bddd36deb8a08a57861c26097621c17b1 /Jellyfin.Api/Controllers/ChannelsController.cs | |
| parent | 6c376f18f7f094d41a0d3e5387ce83e5b0b66c4a (diff) | |
Add missing route attribute
Diffstat (limited to 'Jellyfin.Api/Controllers/ChannelsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/ChannelsController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/ChannelsController.cs b/Jellyfin.Api/Controllers/ChannelsController.cs index 733f1e6d8..8e0f76697 100644 --- a/Jellyfin.Api/Controllers/ChannelsController.cs +++ b/Jellyfin.Api/Controllers/ChannelsController.cs @@ -183,6 +183,7 @@ namespace Jellyfin.Api.Controllers /// <param name="channelIds">Optional. Specify one or more channel id's, comma delimited.</param> /// <response code="200">Latest channel items returned.</response> /// <returns>Latest channel items.</returns> + [HttpGet("Items/Latest")] public async Task<ActionResult<QueryResult<BaseItemDto>>> GetLatestChannelItems( [FromQuery] Guid? userId, [FromQuery] int? startIndex, |
