1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

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
@@ -8,6 +8,14 @@ namespace NzbDrone.Core.Indexers.BitMeTv
{
public class BitMeTv : HttpIndexerBase<BitMeTvSettings>
{
public override string Name
{
get
{
return "BitMeTV";
}
}
public override DownloadProtocol Protocol { get { return DownloadProtocol.Torrent; } }
public override Boolean SupportsSearch { get { return false; } }
public override Int32 PageSize { get { return 0; } }