diff --git a/API/Controllers/Requests/PatchLibraryRefreshRecord.cs b/API/Controllers/Requests/PatchLibraryRefreshRecord.cs index d1fe149..6e2182f 100644 --- a/API/Controllers/Requests/PatchLibraryRefreshRecord.cs +++ b/API/Controllers/Requests/PatchLibraryRefreshRecord.cs @@ -16,7 +16,6 @@ public record PatchLibraryRefreshRecord /// /// When is selected, update the time between refreshes /// - [Required] [Description("When WhileDownloadingis selected, update the time between refreshes")] - public required int? RefreshLibraryWhileDownloadingEveryMinutes { get; init; } + public int? RefreshLibraryWhileDownloadingEveryMinutes { get; init; } } \ No newline at end of file