Clean up codacy issues

This commit is contained in:
Daniel Underwood
2017-08-03 23:42:24 -04:00
parent ad911edfb1
commit 11095f7c83
15 changed files with 27 additions and 235 deletions
@@ -124,8 +124,6 @@ namespace NzbDrone.Core.Indexers.Newznab
else if (xmlAudioSearch.Attribute("supportedParams") != null)
{
capabilities.SupportedAudioSearchParameters = xmlAudioSearch.Attribute("supportedParams").Value.Split(',');
//capabilities.SupportsAggregateIdSearch = true;
}
}