History stores SeriesId now

This commit is contained in:
Mark McDowall 2013-05-13 22:47:53 -07:00
commit cdc9098ac7
4 changed files with 1 additions and 6 deletions

View file

@ -29,7 +29,6 @@ namespace NzbDrone.Core.History
Delete(c=> c.Date < cutoff);
}
public List<QualityModel> GetBestQualityInHistory(int episodeId)
{
var history = Query.Where(c => c.EpisodeId == episodeId);