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
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Qualities
{
return Query.Where(q => (int) q.Quality == qualityId).Single();
}
catch (InvalidOperationException e)
catch (InvalidOperationException)
{
throw new ModelNotFoundException(typeof(QualityDefinition), qualityId);
}