mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 05:09:49 +02:00
Remove required from PatchLibraryRefreshRecord RefreshLibraryWhileDownloadingEveryMinutes
This commit is contained in:
@@ -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; }
|
||||||
}
|
}
|
Reference in New Issue
Block a user