Indexer settings overhaul, reviewed settings tooltips

This commit is contained in:
Mark McDowall 2013-07-04 21:52:20 -07:00
commit 5baf2e09c4
24 changed files with 132 additions and 55 deletions

View file

@ -31,7 +31,6 @@ namespace NzbDrone.Core.Organizer
_repository = repository;
}
public NamingConfig GetConfig()
{
var config = _repository.SingleOrDefault();