diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-11-02 18:21:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-02 18:21:37 +0100 |
| commit | 81b912b84511da2786d6184df4b6475e476a03fb (patch) | |
| tree | fc5fcc325000bb62ad2088e70be45613c9f5d2b7 | |
| parent | c0283a40e2293ac77a684445856333bc4290a9e5 (diff) | |
| parent | 9785b58b857129cee85788637f216248a49c6e7c (diff) | |
Merge pull request #10519 from s-t-e-v-e-n-k/correct-upcoming-docstring
Correct docstring for /Upcoming
| -rw-r--r-- | Jellyfin.Api/Controllers/TvShowsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 /// <param name="imageTypeLimit">Optional. The max number of images to return, per image type.</param> /// <param name="enableImageTypes">Optional. The image types to include in the output.</param> /// <param name="enableUserData">Optional. Include user data.</param> - /// <returns>A <see cref="QueryResult{BaseItemDto}"/> with the next up episodes.</returns> + /// <returns>A <see cref="QueryResult{BaseItemDto}"/> with the upcoming episodes.</returns> [HttpGet("Upcoming")] [ProducesResponseType(StatusCodes.Status200OK)] public ActionResult<QueryResult<BaseItemDto>> GetUpcomingEpisodes( |
