diff options
| author | Jack <jack.vanier16@outlook.com> | 2021-05-17 21:35:58 -0400 |
|---|---|---|
| committer | Jack <jack.vanier16@outlook.com> | 2021-05-17 21:35:58 -0400 |
| commit | 7a17de84d9eac292547db5e78516f692f48f97fd (patch) | |
| tree | aeb6fbf86628167d51953b92c333ae70ab0f019f | |
| parent | 198cc6e76af180d0ea3216a928096c4335099fd7 (diff) | |
Add optional to nextUpDateCutoff help text
| -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 5e90e37f3..dc2f7d191 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> |
