1
0
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:
Qstick
2019-08-07 22:08:03 -04:00
committed by Mark McDowall
parent fa8b8cebf9
commit 0c1ce66053
31 changed files with 23 additions and 71 deletions
@@ -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;