mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
@@ -160,7 +160,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
return new Rejection(result.Reason, spec.Type);
|
||||
}
|
||||
}
|
||||
catch (NotImplementedException e)
|
||||
catch (NotImplementedException)
|
||||
{
|
||||
_logger.Trace("Spec " + spec.GetType().Name + " not implemented.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user