more nd icons and some spelling fixes

This commit is contained in:
Mark McDowall 2013-08-13 22:25:53 -07:00
commit b1e5646d7d
6 changed files with 18 additions and 9 deletions

View file

@ -19,5 +19,10 @@ namespace NzbDrone.Core.Parser.Model
{
return Episodes.Any(e => e.AirDateUtc >= DateTime.Today.AddDays(-14));
}
public override string ToString()
{
return Report.Title;
}
}
}