1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Setting to allow for grabbing season packs even if some episodes already meet cutoff

Closes #6378
This commit is contained in:
sparky3387
2025-09-28 08:40:07 +10:00
committed by GitHub
parent 1610e54650
commit cf6b21aef6
15 changed files with 436 additions and 62 deletions
@@ -85,6 +85,10 @@ namespace NzbDrone.Core.Test.Configuration
{
value = DateTime.Now.Millisecond;
}
else if (propertyInfo.PropertyType == typeof(double))
{
value = (double)DateTime.Now.Millisecond;
}
else if (propertyInfo.PropertyType == typeof(bool))
{
value = true;