mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Blacklisting improvements
New: New releases that fail will be retried a second time after waiting 1hr (configurable) Fixed: Blacklisting releases with the same date and vastly different ages
This commit is contained in:
@@ -14,5 +14,14 @@ namespace NzbDrone.Core.IndexerSearch
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public EpisodeSearchCommand()
|
||||
{
|
||||
}
|
||||
|
||||
public EpisodeSearchCommand(List<int> episodeIds)
|
||||
{
|
||||
EpisodeIds = episodeIds;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user