Retention check added to DecisionEngine.

Retention is configurable from Settings/Indexers.
This commit is contained in:
Mark McDowall 2012-02-17 01:32:33 -08:00 committed by kay.one
commit 462eb53897
8 changed files with 75 additions and 4 deletions

View file

@ -40,6 +40,8 @@ namespace NzbDrone.Core.Model
public long Size { get; set; }
public int Age { get; set; }
public override string ToString()
{
if (AirDate != null && EpisodeNumbers == null)