1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Use release quality source if not in downloaded file and resolution matches

This commit is contained in:
Mark McDowall
2020-04-26 12:53:29 -07:00
committed by Mark McDowall
parent 0ff08dbe8d
commit 430af0401c
34 changed files with 480 additions and 278 deletions
@@ -84,7 +84,7 @@ namespace NzbDrone.Core.DecisionEngine.Specifications
}
}
// Only based on title because a release with the same title on another indexer/released at
// Only based on title because a release with the same title on another indexer/released at
// a different time very likely has the exact same content and we don't need to also try it.
if (release.Title.Equals(lastGrabbed.SourceTitle, StringComparison.InvariantCultureIgnoreCase))