You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Fixed: Preferring season packs over single episodes before comparing relative sizes.
This commit is contained in:
		| @@ -35,6 +35,7 @@ namespace NzbDrone.Core.DecisionEngine | ||||
|                                         .OrderByDescending(c => c.RemoteEpisode.ParsedEpisodeInfo.Quality, new QualityModelComparer(series.Profile)) | ||||
|                                         .ThenBy(c => c.RemoteEpisode.Episodes.Select(e => e.EpisodeNumber).MinOrDefault()) | ||||
|                                         .ThenBy(c => PrioritizeDownloadProtocol(series, c.RemoteEpisode.Release.DownloadProtocol)) | ||||
|                                         .ThenByDescending(c => c.RemoteEpisode.Episodes.Count) | ||||
|                                         .ThenBy(c => c.RemoteEpisode.Release.Size.Round(200.Megabytes()) / Math.Max(1, c.RemoteEpisode.Episodes.Count)) | ||||
|                                         .ThenByDescending(c => TorrentInfo.GetSeeders(c.RemoteEpisode.Release)) | ||||
|                                         .ThenBy(c => c.RemoteEpisode.Release.Age); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user