Remove required from PatchLibraryRefreshRecord RefreshLibraryWhileDownloadingEveryMinutes

This commit is contained in:
2025-09-21 17:11:55 +02:00
parent 8e2f9ebbe5
commit f905b5cfa0

View File

@@ -16,7 +16,6 @@ public record PatchLibraryRefreshRecord
/// <summary> /// <summary>
/// When <see cref="LibraryRefreshSetting.WhileDownloading"/> is selected, update the time between refreshes /// When <see cref="LibraryRefreshSetting.WhileDownloading"/> is selected, update the time between refreshes
/// </summary> /// </summary>
[Required]
[Description("When WhileDownloadingis selected, update the time between refreshes")] [Description("When WhileDownloadingis selected, update the time between refreshes")]
public required int? RefreshLibraryWhileDownloadingEveryMinutes { get; init; } public int? RefreshLibraryWhileDownloadingEveryMinutes { get; init; }
} }