Fixed: An issue with Episode Searches that had full season results

This commit is contained in:
Mark McDowall committed 2012-05-26 12:17:51 -07:00
1 parent 25aa39e0f3
commit 4ea55444be
1 file changed
+1 -1
+1 -1
View File
@@ -263,7 +263,7 @@ public List<SearchHistoryItem> ProcessSearchResults(ProgressNotification notific
searchResult.Successes = new List<int>();
foreach (var episodeParseResult in reports.OrderByDescending(c => c.Quality)
.ThenBy(c => c.EpisodeNumbers.Min())
.ThenBy(c => c.EpisodeNumbers.MinOrDefault())
.ThenBy(c => c.Age))
{
try