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:
committed by
Mark McDowall
parent
0ff08dbe8d
commit
430af0401c
@@ -71,7 +71,7 @@ namespace NzbDrone.Core.Extras.Metadata
|
||||
|
||||
try
|
||||
{
|
||||
_aggregationService.Augment(localEpisode, false);
|
||||
_aggregationService.Augment(localEpisode, null, false);
|
||||
}
|
||||
catch (AugmentingFailedException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user