From 9785b58b857129cee85788637f216248a49c6e7c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 2 Nov 2023 22:00:13 +1100 Subject: [PATCH] Correct docstring for /Upcoming The docstring for /Upcoming looks very similar to /NextUp, also including the same return value, when it should be slightly different, correct it. --- Jellyfin.Api/Controllers/TvShowsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Api/Controllers/TvShowsController.cs b/Jellyfin.Api/Controllers/TvShowsController.cs index bdbbd1e0d..af403fa80 100644 --- a/Jellyfin.Api/Controllers/TvShowsController.cs +++ b/Jellyfin.Api/Controllers/TvShowsController.cs @@ -135,7 +135,7 @@ public class TvShowsController : BaseJellyfinApiController /// Optional. The max number of images to return, per image type. /// Optional. The image types to include in the output. /// Optional. Include user data. - /// A with the next up episodes. + /// A with the upcoming episodes. [HttpGet("Upcoming")] [ProducesResponseType(StatusCodes.Status200OK)] public ActionResult> GetUpcomingEpisodes(