mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 13:19:48 +02:00
Remove required from PatchLibraryRefreshRecord RefreshLibraryWhileDownloadingEveryMinutes
This commit is contained in:
@@ -16,7 +16,6 @@ public record PatchLibraryRefreshRecord
|
||||
/// <summary>
|
||||
/// When <see cref="LibraryRefreshSetting.WhileDownloading"/> is selected, update the time between refreshes
|
||||
/// </summary>
|
||||
[Required]
|
||||
[Description("When WhileDownloadingis selected, update the time between refreshes")]
|
||||
public required int? RefreshLibraryWhileDownloadingEveryMinutes { get; init; }
|
||||
public int? RefreshLibraryWhileDownloadingEveryMinutes { get; init; }
|
||||
}
|
Reference in New Issue
Block a user