diff options
| author | Jack <jack.vanier16@outlook.com> | 2021-05-26 22:49:53 -0400 |
|---|---|---|
| committer | Jack <jack.vanier16@outlook.com> | 2021-05-26 22:49:53 -0400 |
| commit | accb974605ac463a489c7a1afc68c43d0b48044a (patch) | |
| tree | 94105515398c2d4ca7ce6e1008393bebf9039ffb /Jellyfin.Api/Controllers/TvShowsController.cs | |
| parent | e3ff473bd43d30681077c92f6d3fb8e18ef2fd9c (diff) | |
Add optional back
Diffstat (limited to 'Jellyfin.Api/Controllers/TvShowsController.cs')
| -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 0bb2dda2b..8d7c9ab1a 100644 --- a/Jellyfin.Api/Controllers/TvShowsController.cs +++ b/Jellyfin.Api/Controllers/TvShowsController.cs @@ -65,7 +65,7 @@ namespace Jellyfin.Api.Controllers /// <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> - /// <param name="nextUpDateCutoff">Starting date of shows to show in Next Up section.</param> + /// <param name="nextUpDateCutoff">Optional. Starting date of shows to show in Next Up section.</param> /// <param name="enableTotalRecordCount">Whether to enable the total records count. Defaults to true.</param> /// <param name="disableFirstEpisode">Whether to disable sending the first episode in a series as next up.</param> /// <returns>A <see cref="QueryResult{BaseItemDto}"/> with the next up episodes.</returns> |
