mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-28 16:56:00 +01:00
Fixed: An issue with Episode Searches that had full season results
This commit is contained in:
@@ -263,7 +263,7 @@ namespace NzbDrone.Core.Providers
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user