mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed a bunch of specs that handled propers and cutoffs
This commit is contained in:
@@ -35,15 +35,6 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (searchCriteria == null &&
|
||||
subject.ParsedEpisodeInfo.Quality.Quality == file.Quality.Quality &&
|
||||
subject.ParsedEpisodeInfo.Quality.Proper &&
|
||||
file.DateAdded < DateTime.Today.AddDays(-7))
|
||||
{
|
||||
_logger.Trace("Proper for old file, skipping: {0}", subject);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user