From f905b5cfa005f5f98fda7c36a504d2049a6a56a7 Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 21 Sep 2025 17:11:55 +0200 Subject: [PATCH] Remove required from PatchLibraryRefreshRecord RefreshLibraryWhileDownloadingEveryMinutes --- API/Controllers/Requests/PatchLibraryRefreshRecord.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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