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:
@@ -71,7 +71,7 @@ namespace NzbDrone.Core.Extras.Metadata
|
||||
|
||||
try
|
||||
{
|
||||
_aggregationService.Augment(localEpisode, null, false);
|
||||
_aggregationService.Augment(localEpisode, null);
|
||||
}
|
||||
catch (AugmentingFailedException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user