1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Fixed compile warnings.

This commit is contained in:
Taloth Saldono
2014-06-01 00:11:33 +02:00
committed by Mark McDowall
parent 6c8c87d2e2
commit d64c4445b8
34 changed files with 22 additions and 207 deletions
@@ -81,7 +81,7 @@ namespace NzbDrone.Core.MetadataSource
.ToList();
}
}
catch (WebException ex)
catch (WebException)
{
throw new TraktException("Search for '{0}' failed. Unable to communicate with Trakt.", title);
}