History stores SeriesId now

This commit is contained in:
Mark McDowall
2013-05-13 22:47:53 -07:00
parent 30a24fd0b4
commit cdc9098ac7
4 changed files with 1 additions and 6 deletions
-2
View File
@@ -45,8 +45,6 @@ namespace NzbDrone.Core.Indexers
.ThenBy(c => c.Episodes.Select(e => e.EpisodeNumber).MinOrDefault())
.ThenBy(c => c.Report.Age);
foreach (var episodeParseResult in qualifiedReports)
{
try