1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fixed: Use file name when importing batch release when renaming is disabled

Closes #3056
This commit is contained in:
Mark McDowall
2021-02-01 17:59:42 -08:00
parent 8876c9194d
commit cbc4295f28
19 changed files with 58 additions and 54 deletions
@@ -71,7 +71,7 @@ namespace NzbDrone.Core.Extras.Metadata
try
{
_aggregationService.Augment(localEpisode, null, false);
_aggregationService.Augment(localEpisode, null);
}
catch (AugmentingFailedException)
{