Some code cleanup. Allow NextUpDateCutoff to be null

This commit is contained in:
Jack
2021-04-16 13:57:22 -04:00
parent d7855500c2
commit 198cc6e76a
3 changed files with 4 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ namespace Jellyfin.Api.Controllers
[FromQuery] int? imageTypeLimit,
[FromQuery, ModelBinder(typeof(CommaDelimitedArrayModelBinder))] ImageType[] enableImageTypes,
[FromQuery] bool? enableUserData,
[FromQuery] DateTime nextUpDateCutoff,
[FromQuery] DateTime? nextUpDateCutoff,
[FromQuery] bool enableTotalRecordCount = true,
[FromQuery] bool disableFirstEpisode = false)
{