fixed indexer setting load/reload.

This commit is contained in:
Keivan Beigi
2013-04-10 16:44:48 -07:00
parent 1465fbf499
commit 2eb3ead230
21 changed files with 160 additions and 149 deletions

View File

@@ -4,7 +4,7 @@ using System.Linq;
namespace NzbDrone.Core.Indexers.Newznab
{
public class Newznab : BaseIndexer
public class Newznab : Indexer
{
private readonly INewznabService _newznabProvider;