mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed a bunch of specs that handled propers and cutoffs
This commit is contained in:
parent
edfd527901
commit
fc43db164b
8 changed files with 235 additions and 64 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue