1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -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
@@ -71,7 +71,7 @@ namespace NzbDrone.Core.Extras.Metadata
try
{
_aggregationService.Augment(localEpisode, false);
_aggregationService.Augment(localEpisode, null, false);
}
catch (AugmentingFailedException)
{