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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user