basic RSS fetch seems to be working.

download might still not work.
This commit is contained in:
kay.one 2013-04-27 17:25:28 -07:00
commit a1783a53a9
20 changed files with 186 additions and 22 deletions

View file

@ -17,7 +17,15 @@ namespace NzbDrone.Core.Indexers
get { return Settings.IsValid; }
}
protected TSetting Settings { get; private set; }
public override bool EnabledByDefault
{
get
{
return false;
}
}
public TSetting Settings { get; private set; }
public void Handle(IndexerSettingUpdatedEvent message)
{