mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-28 23:16:32 -04:00
Cleanup Multiple Compiler Warnings
This commit is contained in:
@@ -73,7 +73,7 @@ namespace NzbDrone.Core.Extras.Metadata
|
||||
{
|
||||
_aggregationService.Augment(localEpisode, false);
|
||||
}
|
||||
catch (AugmentingFailedException ex)
|
||||
catch (AugmentingFailedException)
|
||||
{
|
||||
_logger.Debug("Unable to parse extra file: {0}", possibleMetadataFile);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user