1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

more nd icons and some spelling fixes

This commit is contained in:
Mark McDowall
2013-08-13 22:25:53 -07:00
parent 3ef9b40754
commit b1e5646d7d
6 changed files with 18 additions and 9 deletions
@@ -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;
}
}
}