Display names for Indexers

This commit is contained in:
Mark McDowall
2015-04-25 09:19:23 -07:00
parent e296d94417
commit c3e0dbc173
15 changed files with 106 additions and 10 deletions
@@ -11,6 +11,14 @@ namespace NzbDrone.Core.Indexers.Newznab
{
public class Newznab : HttpIndexerBase<NewznabSettings>
{
public override string Name
{
get
{
return "Newznab";
}
}
public override DownloadProtocol Protocol { get { return DownloadProtocol.Usenet; } }
public override Int32 PageSize { get { return 100; } }